Sha256: add7f40a6b9a8a4f93dd09809eceb503c0b703b107a41baa8a99fc18ebbb701e
Contents?: true
Size: 581 Bytes
Versions: 29
Compression:
Stored size: 581 Bytes
Contents
<% if @mfa_flow %> <h3 class='text-center'>If you did not receive a text with instructions, please go through the flow again</h2> <%= render partial: 'rails_base/shared/mfa_input_layout', locals: { url: RailsBase.url_routes.forgot_password_with_mfa_auth_path(data: @data), size: 30, masked_phone: @user.masked_phone }%> <% else %> <h2 class='text-center'>Reset your password <%= @user.full_name%></h2> <%= render partial: 'rails_base/shared/reset_password_form', locals: { sign_in_flow: true, url: RailsBase.url_routes.reset_password_auth_path(data: @data) }%> <% end %>
Version data entries
29 entries across 29 versions & 1 rubygems