0
0
mirror of https://github.com/go-gitea/gitea.git synced 2025-02-12 15:22:44 +01:00
gitea/routers/web/user/setting
Kamil Domański 021df29623
Allow U2F 2FA without TOTP (#11573)
This change enables the usage of U2F without being forced to enroll an TOTP authenticator.
The `/user/auth/u2f` has been changed to hide the "use TOTP instead" bar if TOTP is not enrolled.

Fixes #5410
Fixes #17495
2021-11-08 23:47:19 +01:00
..
account_test.go
account.go
adopt.go
applications.go
keys.go
main_test.go
oauth2.go
profile.go
security_openid.go
security_twofa.go
security_u2f.go
security.go Allow U2F 2FA without TOTP (#11573) 2021-11-08 23:47:19 +01:00