diff --git a/login/app.py b/login/app.py
index 87c48c859fcf53c4028d6c39229217c0712de069..90e60a4a5803cbaafe498dd7edc102c27cc30e65 100644
--- a/login/app.py
+++ b/login/app.py
@@ -551,7 +551,7 @@ def consent():
             role = role_obj.role
 
     # Get claims for this user, provided the current app
-    claims = user.get_claims(app_name, none, role)
+    claims = user.get_claims(app_name, None, role)
 
     # pylint: disable=fixme
     # TODO: Need to implement checking claims here, once the backend for that is