mirror of
https://github.com/we-promise/sure.git
synced 2026-04-09 07:14:47 +00:00
* Add localization for onboarding goals across multiple languages * Add password requirements localization for multiple languages * Refactor localization keys for authentication messages * Add `oidc` localization key for multiple languages * Add OIDC account localization for multiple languages * Add localization for trial and profile setup across multiple languages * Refactor OIDC button label fallback to prioritize label presence over localization key * Refactor onboarding tests to use I18n for text assertions and button labels * Linter * Last test fix?!? * We keep both `oidc` and `openid_connect` due to contatenation issues --------- Co-authored-by: Juan José Mata <juanjo.mata@gmail.com>
9 lines
195 B
Plaintext
9 lines
195 B
Plaintext
<%= render DS::Button.new(
|
|
text: t("onboardings.logout.sign_out"),
|
|
icon: "log-out",
|
|
icon_position: :right,
|
|
variant: "ghost",
|
|
href: session_path(Current.session),
|
|
method: :delete
|
|
) %>
|