This repository has been archived on 2024-01-04. You can view files and clone it, but cannot push or open issues or pull requests.
forgejo/routers/web
zeripath 8d31cfbfff
Prevent panic on prohibited user login with oauth2 (#18562) (#18563)
Backport #18562

There was an unfortunate regression in #17962 where following detection of the
UserProhibitLogin error the err is cast to a pointer by mistake.

This causes a panic due to an interface error.

Fix #18561

Signed-off-by: Andrew Thornton <art27@cantab.net>
2022-02-03 21:36:42 +08:00
..
admin Fix OAuth Source Edit Page (#18495) (#18503) 2022-01-31 23:36:34 +02:00
auth Prevent panic on prohibited user login with oauth2 (#18562) (#18563) 2022-02-03 21:36:42 +08:00
dev
events
explore
feed
org Add GetUserTeams (#18499) (#18531) 2022-02-02 08:40:04 +00:00
repo Only view milestones from current repo (#18414) (#18417) 2022-01-26 22:09:07 +00:00
user Webauthn nits (#18284) 2022-01-15 17:52:56 +01:00
base.go
goget.go
home.go
metrics.go
nodeinfo.go
swagger_json.go
web.go