supabase-community/auth-ui

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

vivasvan1 opened this issue · 1 comments

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

  • OS: Linux
  • Version of supabase-js: [e.g. 6.0.2]
  • Version of Node.js: [e.g. 10.10.0]

Additional context

This should now be fixed in release 0.1.5.