Swapnil-101 commited on
Commit
90d319d
·
verified ·
1 Parent(s): f5522e5

Update main.py

Browse files
Files changed (1) hide show
  1. main.py +2 -1
main.py CHANGED
@@ -52,7 +52,8 @@ def register():
52
  password = data.get('password')
53
  google_token = data.get('google_token')
54
 
55
- print("Username:", username) # Debug 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