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

Correcting the password input field type #157

Closed vivasvan1 closed 1 year ago

vivasvan1 commented 1 year ago

What kind of change does this PR introduce?

Bug fix

What is the current behavior?

https://github.com/supabase/auth-ui/issues/156

What is the new behavior?

I am not sure how to test these change. Guidance for that would be highly appriciated.

vivasvan1 commented 1 year ago

Even after submission it will only generate a new link :(

const { error: resetPasswordError } = await supabaseClient.auth.resetPasswordForEmail(email, {
            redirectTo
});
silentworks commented 1 year ago

Thank you for this PR, a new release should be out shortly with this fix.