<% if @magic_link.for_sign_in? %>

Fizzy verification code

Please enter this 6-character verification code on the Fizzy sign-in page:

<% else %>

Welcome to Fizzy!

Please enter this 6-character verification code to finish creating your account:

<% end %> <%= @magic_link.code %>

This code will work for <%= distance_of_time_in_words(MagicLink::EXPIRATION_TIME) %>.

<% if account = @magic_link.identity.accounts.last %>

P.S. You can make your account more secure and sign-in faster with a <%= link_to "Passkey", my_passkeys_url(script_name: account.slug) %>

<% end %>