We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 72f7355 commit d04ab5dCopy full SHA for d04ab5d
authenticating-users/main.py
@@ -70,7 +70,7 @@ def validate_assertion(assertion):
70
)
71
return info['email'], info['sub']
72
except Exception as e:
73
- return e.message, None
+ return str(e), None
74
75
76
@app.route('/', methods=['GET'])
0 commit comments