blakelee
12/19/2025, 12:28 AMblakelee
12/19/2025, 12:28 AMinstall(Auth) {
scheme = "https"
host = "<http://myhost.com/login|myhost.com/login>"
}
but when I use
client.auth.resendEmail(OtpType.Email.SIGNUP, email)
It just uses the default that is set in my supabase dashboard. I’m not sure if we need the redirect email to be set in that case (which it doesn’t seem like we can provide ourself) or if it’s a supabase issueHieu Vu
12/19/2025, 2:57 PMblakelee
12/19/2025, 6:54 PMHieu Vu
12/31/2025, 2:55 AM