Modification des pages d'authentification
This commit is contained in:
@@ -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 || '',
|
||||
};
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user