diff --git a/app/views/devise/two_factor_authentication/show.html.erb b/app/views/devise/two_factor_authentication/show.html.erb index 4b45dd0b001969e1bae90e59f3fb9dc176a2ed78..13940170719d2389746f1ee9cd43a693af16f91d 100644 --- a/app/views/devise/two_factor_authentication/show.html.erb +++ b/app/views/devise/two_factor_authentication/show.html.erb @@ -26,7 +26,7 @@ <%= link_to t('devise.two_factor_authentication.send_code_instead'), [:resend_code, resource_name, :two_factor_authentication] %> <% end %> <% unless resource.mobile_phone.blank? # when phone is blank default code method is already :email so we don't need another link %> - <%= link_to t('devise.two_factor_authentication.send_email_code'), [:resend_code, resource_name, :two_factor_authentication, delivery_method: :email] %> + • <%= link_to t('devise.two_factor_authentication.send_email_code'), [:resend_code, resource_name, :two_factor_authentication, delivery_method: :email] %> <% end %> </p> </div> diff --git a/db/latest.dump b/db/latest.dump index 4ec34907f6068691a93a623085329558046d55d2..9288d757aadc0f65aaaa9d620f176170115db253 100644 Binary files a/db/latest.dump and b/db/latest.dump differ