Skip to content

Commit

Permalink
Fixing google login, redirect from callback
Browse files Browse the repository at this point in the history
  • Loading branch information
stanislavsulc committed Jun 28, 2024
1 parent 828d77d commit 4af97fb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion webapi/index.py
Original file line number Diff line number Diff line change
Expand Up @@ -255,7 +255,7 @@ def callback():
if user is None:
return "User email not available or not verified by Google.", 400

return redirect("/")
# return redirect("/")

return homepage()

Expand Down

0 comments on commit 4af97fb

Please sign in to comment.