<%= if @from_setup do %> Setup Two-Factor Authentication <% else %> Your New Recovery Codes <% end %>

Use these recovery codes to log in if you lose access to the authenticator application. Store them somewhere safe!
<%= for code <- @recovery_codes do %>
<%= code %>
<% end %>