You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
refactor(auth): use localized exceptions in auth UI
Updates the authentication pages (`authentication_page`,
`request_code_page`, `email_code_verification_page`) to display
localized error messages.
- Modifies the `BlocConsumer` listeners to use the `exception` field
from the `AuthenticationState`.
- Uses the `toFriendlyMessage(context)` extension method from the
`ht_ui_kit` package to render user-friendly error messages in SnackBars.
0 commit comments