Skip to content

Commit

Permalink
2024年6月18日 crlf >lf
Browse files Browse the repository at this point in the history
  • Loading branch information
ss1917 committed Jun 18, 2024
1 parent 743ce07 commit 253f66a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion mg/handlers/login_v5_handler.py
Original file line number Diff line number Diff line change
Expand Up @@ -143,7 +143,7 @@ def get(self):
self.clear_cookie("auth_key", domain=root_domain)
self.clear_cookie("is_login", domain=root_domain)
except Exception as err:
pass
logging.error(err)
self.set_status(401)
self.finish()

Expand Down

0 comments on commit 253f66a

Please sign in to comment.