mirror of
https://github.com/GSA/notifications-admin.git
synced 2026-09-06 16:58:25 -04:00
Tests fixed.
This commit is contained in:
@@ -36,8 +36,6 @@ def sign_in():
|
|||||||
|
|
||||||
|
|
||||||
def _get_and_verify_user(user, password):
|
def _get_and_verify_user(user, password):
|
||||||
print(user.serialize())
|
|
||||||
print(password)
|
|
||||||
if not user:
|
if not user:
|
||||||
return None
|
return None
|
||||||
elif user.is_locked():
|
elif user.is_locked():
|
||||||
|
|||||||
Reference in New Issue
Block a user