Spaces:
Running
Running
Update main.py
Browse files
main.py
CHANGED
@@ -52,7 +52,8 @@ def register():
|
|
52 |
password = data.get('password')
|
53 |
google_token = data.get('google_token')
|
54 |
|
55 |
-
print("
|
|
|
56 |
|
57 |
if google_token:
|
58 |
# User signing up with Google
|
|
|
52 |
password = data.get('password')
|
53 |
google_token = data.get('google_token')
|
54 |
|
55 |
+
print("Type of username:", type(username))
|
56 |
+
|
57 |
|
58 |
if google_token:
|
59 |
# User signing up with Google
|