From 4dac81105753b628f4902188019bab30b6f9f0d5 Mon Sep 17 00:00:00 2001
From: Mart van Santen <mart@greenhost.nl>
Date: Tue, 21 Dec 2021 06:53:42 +0100
Subject: [PATCH] Fix syntax

---
 login/app.py | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/login/app.py b/login/app.py
index 87c48c8..90e60a4 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
-- 
GitLab