Modification des pages d'authentification

This commit is contained in:
2026-06-14 21:58:05 +02:00
parent dc28b12c27
commit 9f6363ec20
20 changed files with 2494 additions and 172 deletions
+1 -1
View File
@@ -25,7 +25,7 @@ export function getSmtpConfig() {
username: row?.username || process.env.SMTP_USERNAME || '',
password: row?.password || process.env.SMTP_PASSWORD || '',
allowUnauth: !!(row?.allow_unauth),
appName: row?.app_name || process.env.APP_NAME || 'Crowdlending',
appName: row?.app_name || process.env.APP_NAME || 'Crowdlending Tracker',
appUrl: row?.app_url || process.env.APP_URL || '',
};
}