Skip to content

Commit

Permalink
Update supabase_auth/_sync/gotrue_client.py
Browse files Browse the repository at this point in the history
Co-authored-by: Joel Lee <[email protected]>
  • Loading branch information
silentworks and J0 committed Jun 20, 2024
1 parent f44450d commit 1df49ef
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion supabase_auth/_sync/gotrue_client.py
Original file line number Diff line number Diff line change
Expand Up @@ -191,7 +191,7 @@ def sign_up(
phone = credentials.get("phone")
password = credentials.get("password")
options = credentials.get("options", {})
redirect_to = options.get("redirct_to") or options.get("email_redirect_to")
redirect_to = options.get("redirect_to") or options.get("email_redirect_to")
data = options.get("data") or {}
channel = options.get("channel", "sms")
captcha_token = options.get("captcha_token")
Expand Down

0 comments on commit 1df49ef

Please sign in to comment.