forked from FoundKeyGang/FoundKey
remove mi-white.png asset
This commit is contained in:
parent
41c42f96f0
commit
839daea887
2 changed files with 1 additions and 1 deletions
Binary file not shown.
Before Width: | Height: | Size: 18 KiB |
|
@ -8,7 +8,7 @@ export const logger = new Logger('email');
|
||||||
export async function sendEmail(to: string, subject: string, html: string, text: string): Promise<void> {
|
export async function sendEmail(to: string, subject: string, html: string, text: string): Promise<void> {
|
||||||
const meta = await fetchMeta(true);
|
const meta = await fetchMeta(true);
|
||||||
|
|
||||||
const iconUrl = `${config.url}/static-assets/mi-white.png`;
|
const iconUrl = `${config.url}/static-assets/icons/512.png`;
|
||||||
const emailSettingUrl = `${config.url}/settings/email`;
|
const emailSettingUrl = `${config.url}/settings/email`;
|
||||||
|
|
||||||
const enableAuth = meta.smtpUser != null && meta.smtpUser !== '';
|
const enableAuth = meta.smtpUser != null && meta.smtpUser !== '';
|
||||||
|
|
Loading…
Reference in a new issue