We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 6c93815 + 35eedc3 commit 9adbb0dCopy full SHA for 9adbb0d
1 file changed
app/api/cms/user.py
@@ -109,7 +109,6 @@ def refresh():
109
return RefreshException()
110
111
identity = get_jwt_identity()
112
-
113
if identity:
114
access_token = create_access_token(identity=identity)
115
refresh_token = create_refresh_token(identity=identity)
0 commit comments