0
0
Fork 0
mirror of https://github.com/go-gitea/gitea synced 2025-01-13 08:04:57 +01:00
gitea/routers
David Jimenez fa8b8c055d
Don't panic if we fail to parse U2FRegistration data (#17304)
* Don't panic if we fail to parse a U2FRegistration data

Downgrade logging statement from Fatal to Error so that errors parsing
U2FRegistration data does not panic; instead, the invalid key will be
skipped and we will attempt to parse the next one, if available.

Signed-off-by: David Jimenez <dvejmz@sgfault.com>
2021-10-14 18:37:35 +02:00
..
api/v1
common
install
private
utils
web
init.go