summaryrefslogtreecommitdiff
path: root/web/source/settings/lib
diff options
context:
space:
mode:
authorLibravatar tobi <31960611+tsmethurst@users.noreply.github.com>2024-06-07 16:21:57 +0200
committerLibravatar GitHub <noreply@github.com>2024-06-07 15:21:57 +0100
commitce3b8aacf73b841887f3eec631851d086a7578f1 (patch)
tree3c0ab7a93ffddc952e39c33140414106019e39e8 /web/source/settings/lib
parent[chore] Update WASM go-sqlite3 to v0.16.1 (#2976) (diff)
downloadgotosocial-ce3b8aacf73b841887f3eec631851d086a7578f1.tar.xz
[chore] Warn about email/password change when using OIDC (#2975)
* [chore] Warn about email/password change when using OIDC * go fmt
Diffstat (limited to 'web/source/settings/lib')
-rw-r--r--web/source/settings/lib/types/instance.ts1
1 files changed, 1 insertions, 0 deletions
diff --git a/web/source/settings/lib/types/instance.ts b/web/source/settings/lib/types/instance.ts
index 4c6f5061b..11f75032c 100644
--- a/web/source/settings/lib/types/instance.ts
+++ b/web/source/settings/lib/types/instance.ts
@@ -49,6 +49,7 @@ export interface InstanceConfiguration {
polls: InstancePolls;
accounts: InstanceAccounts;
emojis: InstanceEmojis;
+ oidc_enabled?: boolean;
}
export interface InstanceAccounts {