We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 97b534b commit f44450dCopy full SHA for f44450d
supabase_auth/_async/gotrue_client.py
@@ -191,7 +191,7 @@ async def sign_up(
191
phone = credentials.get("phone")
192
password = credentials.get("password")
193
options = credentials.get("options", {})
194
- redirect_to = options.get("redirct_to") or options.get("email_redirect_to")
+ redirect_to = options.get("redirect_to") or options.get("email_redirect_to")
195
data = options.get("data") or {}
196
channel = options.get("channel", "sms")
197
captcha_token = options.get("captcha_token")
0 commit comments