Update magic link sign-up email copy to be surface-agnostic (#2670)

Remove "on the Fizzy sign-up page" from the verification code email since users can now sign up via CLI, not just the web.
This commit is contained in:
Rob Zolkos
2026-03-06 16:47:15 -05:00
committed by GitHub
parent e47f2d93eb
commit 854c0b85bc
2 changed files with 2 additions and 2 deletions
@@ -4,7 +4,7 @@
<p class="subtitle">Please enter this 6-character verification code on the Fizzy sign-in page:</p>
<% else %>
<h1 class="title">Welcome to Fizzy!</h1>
<p class="subtitle">Please enter this 6-character verification code on the Fizzy sign-up page to create your new account:</p>
<p class="subtitle">Please enter this 6-character verification code to finish creating your account:</p>
<% end %>
<strong class="txt-large"><%= @magic_link.code %></strong>
@@ -1,7 +1,7 @@
<% if @magic_link.for_sign_in? %>
Please enter this 6-character verification code on the Fizzy sign-in page:
<% else %>
Please enter this 6-character verification code on the Fizzy sign-up page to create your new account:
Please enter this 6-character verification code to finish creating your account:
<% end %>
<%= @magic_link.code %>