mirror of
https://github.com/simple-login/app.git
synced 2024-11-16 17:08:30 +01:00
only full mailbox user can set default mailbox
This commit is contained in:
parent
e51f91e769
commit
9958e1ab8e
1 changed files with 1 additions and 1 deletions
|
@ -61,7 +61,7 @@
|
|||
|
||||
<div class="card-footer p-0">
|
||||
<div class="row">
|
||||
{% if mailbox.verified %}
|
||||
{% if mailbox.verified and current_user.full_mailbox %}
|
||||
<div class="col">
|
||||
<form method="post">
|
||||
<input type="hidden" name="form-name" value="set-default">
|
||||
|
|
Loading…
Reference in a new issue