|
|
|
@ -70,7 +70,7 @@
|
|
|
|
<div class="form-control">
|
|
|
|
<div class="form-control">
|
|
|
|
<%= f.label :current_password, t('current_password'), class: 'label' %>
|
|
|
|
<%= f.label :current_password, t('current_password'), class: 'label' %>
|
|
|
|
<%= f.password_field :current_password, autocomplete: 'current-password', class: 'base-input' %>
|
|
|
|
<%= f.password_field :current_password, autocomplete: 'current-password', class: 'base-input' %>
|
|
|
|
<% if Accounts.can_send_emails?(current_account) %>
|
|
|
|
<% if Docuseal.multitenant? || Accounts.can_send_emails?(current_account) %>
|
|
|
|
<span class="label-text-alt mt-1">
|
|
|
|
<span class="label-text-alt mt-1">
|
|
|
|
<%= t('dont_remember_your_current_password_click_here_to_reset_it_html') %>
|
|
|
|
<%= t('dont_remember_your_current_password_click_here_to_reset_it_html') %>
|
|
|
|
</span>
|
|
|
|
</span>
|
|
|
|
|