Skip to content

Commit

Permalink
Merge pull request PowerDNS-Admin#1461 from nkukard/nkupdates-fix-ses…
Browse files Browse the repository at this point in the history
…sion-clear

fix: fixed session clearing and let logout_user take care of cleanup
  • Loading branch information
AzorianMatt authored Mar 18, 2023
2 parents defb3e5 + f44ff7d commit c24b4b0
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion powerdnsadmin/routes/index.py
Original file line number Diff line number Diff line change
Expand Up @@ -528,7 +528,6 @@ def clear_session():
session.pop('google_token', None)
session.pop('authentication_type', None)
session.pop('remote_user', None)
session.clear()
logout_user()


Expand Down

0 comments on commit c24b4b0

Please sign in to comment.