philipp65
Results
1
comments of
philipp65
Here's how I solved it `confirm.html` ```html {{ .Data.welcome }} {{ .Data.follow }} {{ .Data.link }} ``` `.env` ``` GOTRUE_MAILER_TEMPLATES_CONFIRMATION=https://xxx.tld/mail-templates/confirm.html ``` `signUp.js` ```js ... const {error} = await supabase.auth.signUp( {...