mirror of
https://github.com/simple-login/app.git
synced 2025-09-07 15:14:17 +08:00
only show mailbox when mailbox email != user email
This commit is contained in:
parent
80a6168e87
commit
3c2762dfad
1 changed files with 1 additions and 1 deletions
|
@ -176,7 +176,7 @@
|
|||
|
||||
</div>
|
||||
</form>
|
||||
{% elif alias_info.mailbox != None %}
|
||||
{% elif alias_info.mailbox != None and alias_info.mailbox.email != current_user.email %}
|
||||
<div class="small-text">
|
||||
Owned by <b>{{ alias_info.mailbox.email }}</b> mailbox
|
||||
</div>
|
||||
|
|
Loading…
Add table
Reference in a new issue