fix: do 2FA on OpenID connect

This commit is contained in:
Gusted 2025-08-22 23:17:22 +02:00 committed by Earl Warren
commit 90e974cd24
No known key found for this signature in database
GPG key ID: 0579CB2928A78A00
6 changed files with 79 additions and 16 deletions

View file

@ -310,6 +310,7 @@ func handleSignInFull(ctx *context.Context, u *user_model.User, remember, obeyRe
"openid_determined_username",
"twofaUid",
"twofaRemember",
"twofaOpenID",
"linkAccount",
}, map[string]any{
"uid": u.ID,