feat: add devMode configuration to runtime settings and update LoginPage for theme management

This commit is contained in:
Linus Rath
2026-03-11 16:01:31 +01:00
parent 40e7fa3776
commit d09022378b
3 changed files with 251 additions and 180 deletions
+1
View File
@@ -22,5 +22,6 @@ export async function GET() {
oauthClientId: process.env.OAUTH_CLIENT_ID || '',
oauthIssuerUrl: process.env.OAUTH_ISSUER_URL || '',
rememberMeEnabled: !!process.env.SESSION_SECRET,
devMode: process.env.DEV_MOCK_JMAP === 'true',
});
}