Skip to content

Commit 9adbb0d

Browse files
authored
Merge branch 'dev' into fix-refresh-loop
2 parents 6c93815 + 35eedc3 commit 9adbb0d

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

app/api/cms/user.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -109,7 +109,6 @@ def refresh():
109109
return RefreshException()
110110

111111
identity = get_jwt_identity()
112-
113112
if identity:
114113
access_token = create_access_token(identity=identity)
115114
refresh_token = create_refresh_token(identity=identity)

0 commit comments

Comments
 (0)