Skip to content

Commit

Permalink
fix: small delete cookie fix
Browse files Browse the repository at this point in the history
  • Loading branch information
joamag committed Jul 31, 2021
1 parent 230d5ac commit a2d4463
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/quorum/session.py
Original file line number Diff line number Diff line change
Expand Up @@ -112,7 +112,7 @@ def save_session(self, app, session, response):
# be able to correctly modify it
domain = self.get_cookie_domain(app)

# in case the session is no longer value must delete
# in case the session is no longer valid must delete
# the reference in the Redis object and delete the cookie
# from the current response object
if not session:
Expand Down

0 comments on commit a2d4463

Please sign in to comment.