From ce3b8aacf73b841887f3eec631851d086a7578f1 Mon Sep 17 00:00:00 2001 From: tobi <31960611+tsmethurst@users.noreply.github.com> Date: Fri, 7 Jun 2024 16:21:57 +0200 Subject: [chore] Warn about email/password change when using OIDC (#2975) * [chore] Warn about email/password change when using OIDC * go fmt --- web/source/settings/lib/types/instance.ts | 1 + 1 file changed, 1 insertion(+) (limited to 'web/source/settings/lib') 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 { -- cgit v1.2.3