promote: dev → uat (GRO-1509 OIDC account_not_linked fix) #43

Merged
The Dogfather merged 7 commits from dev into uat 2026-05-21 22:53:50 +00:00
Showing only changes of commit 00dadac0a1 - Show all commits
+4
View File
@@ -251,6 +251,10 @@ export async function initAuth(): Promise<void> {
},
},
account: {
accountLinking: {
enabled: true,
trustedProviders: ["authentik"],
},
storeStateStrategy: "cookie" as const,
},
emailAndPassword: {