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

auth-ui-svelte doesn't show loading_button_label #219

Closed scosman closed 1 year ago

scosman commented 1 year ago

Bug report

Describe the bug

When using the Svelte auth ui package supabase/auth-ui-svelte, the buttons never show their loading_button_label. They are disabled after you click, but continue to show their original labels (eg "Sign In", "Sign up"), and as a result to the user it doesn't feel like the UI is actually doing anything. Updating the label would make it much more usable.

To Reproduce

Expected behavior

"Sign in" should be replaced by "Signing in..." (aka loading_button_label)

System information