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

feat: add confirmation variable on localization for custom message #119

Closed yardenj2r closed 1 year ago

yardenj2r commented 1 year ago

What kind of change does this PR introduce?

Feature: add confirmation variable on localization for custom message.

What is the current behavior?

When you press to sign up button, there's a hard-coded message saying "Check your email for the confirmation link."

What is the new behavior?

Now, you can change the message that appears after pressing the sign up button. This was needed since I'm translating all messages to portuguese as needed by my client.

Additional context

This was discussed on issue #96 and on issue #12368 on supabase repo

yardenj2r commented 1 year ago

@silentworks I hope this helps with the issue we discussed a few days ago.

silentworks commented 1 year ago

Hey thanks for this. I will be doing a new release soon.