Spaces:
Running
Running
Update test.py
Browse files
test.py
CHANGED
@@ -99,7 +99,7 @@ async def auth_google(code: str):
|
|
99 |
|
100 |
print(attachments)
|
101 |
print(len(attachments))
|
102 |
-
|
103 |
|
104 |
@app.get("/auth1/google")
|
105 |
async def auth_google(request: Request,code: str,state: str = None):
|
|
|
99 |
|
100 |
print(attachments)
|
101 |
print(len(attachments))
|
102 |
+
return user_info.json()
|
103 |
|
104 |
@app.get("/auth1/google")
|
105 |
async def auth_google(request: Request,code: str,state: str = None):
|