diff --git a/login/app.py b/login/app.py
index fae5aba8bdbcd4e21f337fcbb83bf6d1de7d0b64..6ec1b2e925ad7216c52f75200d9e37ba5eac4f75 100644
--- a/login/app.py
+++ b/login/app.py
@@ -523,7 +523,7 @@ def getAuth():
     # Given a cookie, check if it is valid and get the profile
     try:
         api_response = KRATOS_PUBLIC.to_session(
-            cookie = cookie)
+            cookie=cookie)
 
         # Get all traits from ID
         profile = api_response.identity.traits