Spaces:
Sleeping
Sleeping
ishworrsubedii
commited on
Commit
•
af3f1e4
1
Parent(s):
c5522cd
Update app.py
Browse files
app.py
CHANGED
@@ -151,7 +151,7 @@ async def login_with_token(access_token: str, refresh_token: str):
|
|
151 |
user_name = user_id.data[0]["username"]
|
152 |
|
153 |
except:
|
154 |
-
user_name = '
|
155 |
|
156 |
json = {
|
157 |
"code": status.HTTP_200_OK,
|
|
|
151 |
user_name = user_id.data[0]["username"]
|
152 |
|
153 |
except:
|
154 |
+
user_name = ''
|
155 |
|
156 |
json = {
|
157 |
"code": status.HTTP_200_OK,
|