supabase-community / auth-ui

Pre-built Auth UI for React
https://supabase.com/docs/guides/auth/auth-helpers/auth-ui
MIT License
486 stars 120 forks source link

Problem in repo for @supabase/auth-ui-svelte #156

Closed vivasvan1 closed 1 year ago

vivasvan1 commented 1 year ago

In @supabase/auth-ui-svelte forgot password form incorrect field type.

Forgot password link is a email failed. which wont let users submit until an @ is added to password

I was aware this is not the correct repo but was unable to find the github repo for @supabase/auth-ui-svelte so posting it here.

To Reproduce

Follow these steps

and replace the Auth with username password

<Auth
      supabaseClient={data.supabase}
      magicLink={true}
      redirectTo={`${data.url}/logging-in?redirect=/`}
      appearance={{ theme: ThemeSupa, style: { input: 'color: #fff' } }}
/>

Expected behavior

password to be of type="password"

Screenshots

image image

System information

Additional context

silentworks commented 1 year ago

This should now be fixed in release 0.1.5.