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(authentication): localize and simplify AuthenticationPage
Refactored the `AuthenticationPage` to use localization keys directly from `l10n` for its headline and subheadline. This removes the need to pass these strings as parameters, making the widget more self-contained and easier to maintain.
The `showAnonymousButton` parameter has also been removed, as anonymous sign-in is not a feature of the secure dashboard.
BREAKING CHANGE: The constructor for `AuthenticationPage` no longer accepts `headline`, `subHeadline`, or `showAnonymousButton` parameters. Calls to this widget must be updated to remove these arguments.
0 commit comments