1
1
mirror of https://github.com/go-gitea/gitea synced 2024-07-03 16:45:46 +00:00
Commit Graph

1 Commits

Author SHA1 Message Date
KN4CK3R
4f4fea734c
Unify two factor check (#27915)
Fixes #27819

We have support for two factor logins with the normal web login and with
basic auth. For basic auth the two factor check was implemented at three
different places and you need to know that this check is necessary. This
PR moves the check into the basic auth itself.
2023-11-06 08:22:39 +00:00