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