You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
docs: update auth-ui.mdx (#21794)
Update auth-ui.mdx
Add instructions for the "view" prop and "sign_up" and "sign_in" values
Co-authored-by: Charis <26616127+charislam@users.noreply.github.com>
fix: Remove the become a partner button from the Experts page (#19359)
* Remove all become a partner buttons from the partner page.
* Move the private env vars to env.local.example
docs: Fix Svelte tutorial import snippet (#18729)
The error message I receive is: "Cannot find module 'src/supabaseClient' or its corresponding type declarations." This error indicates that the TypeScript compiler is unable to locate the module I'm trying to import.