1
0
Fork 0
mirror of https://codeberg.org/forgejo/forgejo.git synced 2025-10-05 19:30:58 +00:00

fix: do 2FA on OpenID connect

This commit is contained in:
Gusted 2025-08-22 23:17:22 +02:00 committed by Earl Warren
parent 9828aca733
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,