Skip to content

Commit

Permalink
#591 fixed missing login redirect for unauthorized users
Browse files Browse the repository at this point in the history
  • Loading branch information
bugy committed Nov 5, 2022
1 parent 959c0fa commit 8c5f429
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/web/server.py
Original file line number Diff line number Diff line change
Expand Up @@ -569,6 +569,7 @@ def post(self):


class AuthInfoHandler(BaseRequestHandler):
@check_authorization
@inject_user
def get(self, user):
auth = self.application.auth
Expand Down

0 comments on commit 8c5f429

Please sign in to comment.