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
+2 -2
View File
@@ -77,7 +77,7 @@ const DEFAULT_STATE = {
username: '',
password: '',
allowUnauth: false,
appName: 'Crowdlending',
appName: 'Crowdlending Tracker',
appUrl: '',
};
@@ -109,7 +109,7 @@ export default function SmtpSection() {
username: data.username || '',
password: '',
allowUnauth: !!data.allowUnauth,
appName: data.appName || 'Crowdlending',
appName: data.appName || 'Crowdlending Tracker',
appUrl: data.appUrl || '',
});
setHasPassword(!!data.hasPassword);