aboutsummaryrefslogtreecommitdiffstats
path: root/opnfv_testapi/ui/auth/sign.py
diff options
context:
space:
mode:
Diffstat (limited to 'opnfv_testapi/ui/auth/sign.py')
-rw-r--r--opnfv_testapi/ui/auth/sign.py1
1 files changed, 0 insertions, 1 deletions
diff --git a/opnfv_testapi/ui/auth/sign.py b/opnfv_testapi/ui/auth/sign.py
index 23e711b..cfa2e8d 100644
--- a/opnfv_testapi/ui/auth/sign.py
+++ b/opnfv_testapi/ui/auth/sign.py
@@ -303,7 +303,6 @@ class LoginHandler(base.BaseHandler):
raises.Unauthorized(message.req_username())
elif not password:
raises.Unauthorized(message.req_password())
-
params = {
"name": name,
"pass": password,