mirror of
https://codeberg.org/forgejo/forgejo.git
synced 2025-05-27 04:07:08 +00:00
Handle unauthorized user events gracefully (#15071)
This commit is contained in:
parent
78e8f62706
commit
2f0eb9fd5d
2 changed files with 12 additions and 1 deletions
|
@ -400,7 +400,7 @@ func RegisterRoutes(m *web.Route) {
|
|||
})
|
||||
}, reqSignOut)
|
||||
|
||||
m.Any("/user/events", reqSignIn, events.Events)
|
||||
m.Any("/user/events", events.Events)
|
||||
|
||||
m.Group("/login/oauth", func() {
|
||||
m.Get("/authorize", bindIgnErr(auth.AuthorizationForm{}), user.AuthorizeOAuth)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue