[chore] Warn about email/password change when using OIDC (#2975)

* [chore] Warn about email/password change when using OIDC

* go fmt
This commit is contained in:
tobi
2024-06-07 16:21:57 +02:00
committed by GitHub
parent cc4f773b0e
commit ce3b8aacf7
9 changed files with 101 additions and 10 deletions

View File

@@ -49,6 +49,7 @@ export interface InstanceConfiguration {
polls: InstancePolls;
accounts: InstanceAccounts;
emojis: InstanceEmojis;
oidc_enabled?: boolean;
}
export interface InstanceAccounts {