mirror of
https://github.com/simple-login/app.git
synced 2025-02-24 15:53:22 +08:00
Show alias creation date when no activity
This commit is contained in:
parent
cfdaf659f9
commit
7ed317e334
1 changed files with 1 additions and 1 deletions
|
@ -165,7 +165,7 @@
|
|||
{{ email_log.created_at | dt }}
|
||||
{% endif %}
|
||||
{% else %}
|
||||
No Activity
|
||||
No Activity. Alias created {{ alias.created_at | dt }}
|
||||
{% endif %}
|
||||
<br>
|
||||
|
||||
|
|
Loading…
Reference in a new issue