supabase-community / auth-ui

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

fix: update password placeholder prop #242

Closed Hallidayo closed 9 months ago

Hallidayo commented 9 months ago

What kind of change does this PR introduce?

Fix - Update Password placeholder

What is the current behavior?

The variable for the prop label is incorrect.

What is the new behavior?

Changed to use the correct placeholder variable

Additional context

Closes #241