fix can send emails

This commit is contained in:
Pete Matsyburka
2026-06-24 14:42:49 +03:00
parent 0e8f478c2e
commit 90c1a6f4ad
4 changed files with 4 additions and 4 deletions
+1 -1
View File
@@ -18,7 +18,7 @@
<span class="label-text-alt"><%= t('email_address_is_awaiting_confirmation_follow_the_link_in_the_email_to_confirm', email: f.object.unconfirmed_email) %></span>
</label>
<% end %>
<% if user.persisted? && Accounts.can_send_emails?(current_account) %>
<% if user.persisted? && (Docuseal.multitenant? || Accounts.can_send_emails?(current_account)) %>
<span class="label-text-alt mt-2 mx-1">
<%= t('click_here_to_send_a_reset_password_email_html') %>
</span>