Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix middleware function's placements (go-gitea#19377)
- Backport go-gitea#19377 - Add reqSignIn to `/task/{task}` as it specific to a logged in user currently not-logged in user could cause a NPE. - Remove `/active` reqSignIn middleware, because when you want to active a account you're not "signed in" so it doesn't make sense to add that middleware.
- Loading branch information