mirror of
https://0xacab.org/sutty/sutty
synced 2024-11-16 18:36:22 +00:00
fix: mostrar siempre los links de recuperación
por si se vencen, poder encontrarlos
This commit is contained in:
parent
40e68da16a
commit
944668edbe
1 changed files with 4 additions and 5 deletions
|
@ -18,17 +18,16 @@
|
|||
new_password_path(resource_name, params: locale)
|
||||
%br/
|
||||
|
||||
- if devise_mapping.confirmable? && controller_name != 'confirmations'
|
||||
- if devise_mapping.confirmable?
|
||||
= link_to t('.didn_t_receive_confirmation_instructions'),
|
||||
new_confirmation_path(resource_name, params: locale)
|
||||
%br/
|
||||
|
||||
- if devise_mapping.lockable?
|
||||
- if resource_class.unlock_strategy_enabled?(:email)
|
||||
- if controller_name != 'unlocks'
|
||||
= link_to t('.didn_t_receive_unlock_instructions'),
|
||||
new_unlock_path(resource_name, params: locale)
|
||||
%br/
|
||||
= link_to t('.didn_t_receive_unlock_instructions'),
|
||||
new_unlock_path(resource_name, params: locale)
|
||||
%br/
|
||||
|
||||
- if devise_mapping.omniauthable?
|
||||
- resource_class.omniauth_providers.each do |provider|
|
||||
|
|
Loading…
Reference in a new issue