Skip to content

Commit d04ab5d

Browse files
committed
Some debugging info added
1 parent 72f7355 commit d04ab5d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

authenticating-users/main.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,7 @@ def validate_assertion(assertion):
7070
)
7171
return info['email'], info['sub']
7272
except Exception as e:
73-
return e.message, None
73+
return str(e), None
7474

7575

7676
@app.route('/', methods=['GET'])

0 commit comments

Comments
 (0)