Skip to content

Commit

Permalink
Merge pull request #735 from NicoPennec/fix/auth
Browse files Browse the repository at this point in the history
[login] on login set cookies for mobile browsers (chrome)
  • Loading branch information
EvanBldy authored Nov 4, 2023
2 parents e41cd33 + dc46844 commit da47b7e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions zou/app/blueprints/auth/resources.py
Original file line number Diff line number Diff line change
Expand Up @@ -57,6 +57,7 @@ def is_from_browser(user_agent):
return user_agent.browser in [
"Brave",
"Chrome",
"Chrome Mobile",
"Edge",
"Firefox",
"Mobile Safari",
Expand Down

0 comments on commit da47b7e

Please sign in to comment.