feat: auto redirect to the SSO login page

This commit is contained in:
Maël Gangloff
2025-12-07 14:32:48 +01:00
parent dd6c121936
commit dd5dba17fc
9 changed files with 29 additions and 3 deletions

View File

@@ -105,6 +105,7 @@ export interface Watchlist {
}
export interface InstanceConfig {
ssoAutoRedirect: boolean
ssoLogin: boolean
limtedFeatures: boolean
registerEnabled: boolean