-
This is an automated message. Please do not reply.
-
- );
-};
-
-export default EmailTemplate;
+```typescriptreact
+const { data, error } = await supabase.auth.signUp({
+ email,
+ password,
+ options: { emailRedirectTo: process.env.NEXT_PUBLIC_DEV_SUPABASE_REDIRECT_URL || `${window.location.origin}/protected` },
+})
```
-
+- `protected` being the path to the app, this may change depending on the app.
-