mirror of
https://github.com/superseriousbusiness/gotosocial.git
synced 2025-11-10 17:07:28 -06:00
[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:
parent
cc4f773b0e
commit
ce3b8aacf7
9 changed files with 101 additions and 10 deletions
|
|
@ -49,6 +49,7 @@ export interface InstanceConfiguration {
|
|||
polls: InstancePolls;
|
||||
accounts: InstanceAccounts;
|
||||
emojis: InstanceEmojis;
|
||||
oidc_enabled?: boolean;
|
||||
}
|
||||
|
||||
export interface InstanceAccounts {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue