Skip to content
Snippets Groups Projects
Commit aecf1257 authored by Maarten de Waard's avatar Maarten de Waard :angel: Committed by Mart van Santen
Browse files

Apply 1 suggestion(s) to 1 file(s)

parent f7deaf2d
No related branches found
No related tags found
1 merge request!51Resolve "Make recovery link / password recovery work with kratos"
Pipeline #9777 failed with stage
in 48 seconds
......@@ -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
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment