Closed
Description
Lines 81 to 88 in 7bcbdd0
The continue
statement at line 85 is unreachable, the loop will exit if control reaches the log.Fatal
at line 84.
Same problem at
gitea/routers/web/user/auth.go
Lines 462 to 467 in 7bcbdd0
(Found with revive)