mirror of
https://github.com/GSA/notifications-admin.git
synced 2026-09-06 17:58:24 -04:00
fix deactivate
This commit is contained in:
@@ -27,7 +27,6 @@ def _sign_out_at_login_dot_gov():
|
||||
def sign_out():
|
||||
|
||||
if current_user.is_authenticated:
|
||||
current_user.deactivate()
|
||||
session.clear()
|
||||
current_user.sign_out()
|
||||
|
||||
|
||||
Reference in New Issue
Block a user