codiini/supabase-auth

Return Error in Variable

Opened this issue · 0 comments

Hi,

possible to return the error.message as a variable that could be used in another template rather than an alert message?

catch (error) { alert(error.error_description || error.message); }