CLEANUP: Tidied up backend code removed unused imports and debugging print statements

This commit is contained in:
JustIceO7
2025-03-06 17:26:41 +00:00
parent 9119df70b9
commit 5e9345463a
5 changed files with 19 additions and 38 deletions

View File

@@ -84,7 +84,6 @@ def google_auth():
return jsonify({'error': 'Missing nonce in session'}), 400
user = google.parse_id_token(token, nonce=nonce)
print(user, flush=True)
# Check if email exists to login else create a database entry
user_email = user.get("email")