ruan-brius

Results 2 comments of ruan-brius

> You can use this method until Supabase solves this problem > > ``` > const {error, data} = await supabase.auth.signUp({email, password}) > if(data?.user?.identities?.length === 0){ > alert("This user already...

> > > You can use this method until Supabase solves this problem > > > ``` > > > const {error, data} = await supabase.auth.signUp({email, password}) > > >...