Skip to content

Commit f44450d

Browse files
silentworksJ0
andcommitted
Update supabase_auth/_async/gotrue_client.py
Co-authored-by: Joel Lee <[email protected]>
1 parent 97b534b commit f44450d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

supabase_auth/_async/gotrue_client.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -191,7 +191,7 @@ async def sign_up(
191191
phone = credentials.get("phone")
192192
password = credentials.get("password")
193193
options = credentials.get("options", {})
194-
redirect_to = options.get("redirct_to") or options.get("email_redirect_to")
194+
redirect_to = options.get("redirect_to") or options.get("email_redirect_to")
195195
data = options.get("data") or {}
196196
channel = options.get("channel", "sms")
197197
captcha_token = options.get("captcha_token")

0 commit comments

Comments
 (0)