Skip to content

Commit

Permalink
Hide form even with tokensent_ifexists error
Browse files Browse the repository at this point in the history
  • Loading branch information
coudot committed Apr 25, 2024
1 parent 5b49bbf commit 9a7d920
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion templates/sendtoken.tpl
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
{if $result !== 'tokensent'}
{if $result !== 'tokensent' and $result !== 'tokensent_ifexists'}
{if $show_help}
<div class="help alert shadow alert-warning"><i class="fa fa-fw fa-info-circle"></i>
{if $mail_address_use_ldap}
Expand Down

0 comments on commit 9a7d920

Please sign in to comment.