mirror of
https://github.com/superseriousbusiness/gotosocial
synced 2025-06-05 21:59:39 +02: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:
@ -163,6 +163,8 @@ type InstanceV2Configuration struct {
|
||||
Translation InstanceV2ConfigurationTranslation `json:"translation"`
|
||||
// Instance configuration pertaining to emojis.
|
||||
Emojis InstanceConfigurationEmojis `json:"emojis"`
|
||||
// True if instance is running with OIDC as auth/identity backend, else omitted.
|
||||
OIDCEnabled bool `json:"oidc_enabled,omitempty"`
|
||||
}
|
||||
|
||||
// Information about registering for this instance.
|
||||
|
Reference in New Issue
Block a user