% header_title @user_exists ? "Link OIDC Account" : "Create Account" %> <% if @user_exists %>
To link your <%= @pending_auth["provider"] %> account<% if @pending_auth["email"].present? %> (<%= @pending_auth["email"] %>)<% end %>, please verify your identity by entering your password.
This helps ensure that only you can link external accounts to your profile.
No account found with the email <%= @pending_auth["email"] %>. Click below to create a new account using your <%= @pending_auth["provider"] %> identity.
Email: <%= @pending_auth["email"] %>
<% if @pending_auth["name"].present? %>Name: <%= @pending_auth["name"] %>
<% end %><%= t("oidc_accounts.link.account_creation_disabled") %>
<% end %>