Skip to content

fix(supabase): Prevent error during signup with email verification

Fabio Alessandrelli requested to merge fales/w4gd:fix/auth_signup_error into main

Check if access token is available after signup instead of blindly assuming it's there.

The access token is missing when email verification is enabled since the user cannot be logged in before it's verified.

Merge request reports