Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Auto signout when use supabase signup function inside an authenticated component #1

Closed
sithumdev opened this issue Jan 29, 2024 · 1 comment
Assignees

Comments

@sithumdev
Copy link
Owner

sithumdev commented Jan 29, 2024

  • Component - create-update.tsx
  • Source -
const { data: createdUser, error } = await supabaseClient.auth.signUp({
        email: email,
        password: password,
        phone: phone,
      });
@sithumdev sithumdev self-assigned this Jan 29, 2024
@sithumdev
Copy link
Owner Author

Could recreate the issue again

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant