From 8a66369d641be115d7cc0ee8a7032d59776c111c Mon Sep 17 00:00:00 2001 From: "Stanko K.R." Date: Thu, 11 Dec 2025 19:18:01 +0100 Subject: [PATCH] Show the email address you are signing in with --- app/views/sessions/magic_links/show.html.erb | 1 + 1 file changed, 1 insertion(+) diff --git a/app/views/sessions/magic_links/show.html.erb b/app/views/sessions/magic_links/show.html.erb index 947b3c426..a08372af8 100644 --- a/app/views/sessions/magic_links/show.html.erb +++ b/app/views/sessions/magic_links/show.html.erb @@ -9,6 +9,7 @@ <%= form_with url: session_magic_link_path, method: :post, html: { data: { controller: "magic-link" } } do |form| %> +

<%= email_address_pending_authentication %>

<%= form.text_field :code, required: true, class: "input center txt-align-enter txt-large", autofocus: true, autocorrect: "off", autocapitalize: "off", spellcheck: "false", "data-1p-ignore": true, autocomplete: "one-time-code", maxlength: "6", placeholder: "••••••", value: params[:code],