diff --git a/app/dashboard/templates/dashboard/index.html b/app/dashboard/templates/dashboard/index.html index 39e8d5e2..c5652343 100644 --- a/app/dashboard/templates/dashboard/index.html +++ b/app/dashboard/templates/dashboard/index.html @@ -13,7 +13,7 @@ Emails sent to an alias will be forwarded to your personal email.

Please note that email alias is NOT temporary, meaning an alias works forever!

Email alias is a great way to hide your personal email so feel free to - use it whenever possible, for ex on untrusted websites."> + use it whenever possible, for ex on untrusted websites 😎"> Email Alias
@@ -79,7 +79,7 @@ {% if loop.index ==1 %} data-intro="By triggering the test email, SimpleLogin server will send an email to this alias - and this email should arrive to your personal email inbox." + and this email should arrive to your personal email inbox 🚀" {% endif %} >Trigger Test Email @@ -129,78 +129,80 @@ - + Apps + + -
-
-
-
- - - - - - - - - - - {% for client_user in client_users %} +
+
+
+
+
- App - - Info - - - First used - -
+ - - - - - - - - {# TODO: add last_used#} - - + + + + - {% endfor %} + + + {% for client_user in client_users %} + + - -
- {{ client_user.client.name }} - - {% for scope, val in client_user.get_user_info().items() %} -
- {% if scope == "email" %} - Email: {{ val }} - {% elif scope == "name" %} - Name: {{ val }} - {% endif %} -
- {% endfor %} -
- {{ client_user.created_at | dt }} - + App + + Info + + + First used + +
+ {{ client_user.client.name }} +
+ + {% for scope, val in client_user.get_user_info().items() %} +
+ {% if scope == "email" %} + Email: {{ val }} + {% elif scope == "name" %} + Name: {{ val }} + {% endif %} +
+ {% endfor %} + + + + + {{ client_user.created_at | dt }} + + + {# TODO: add last_used#} + + + + {% endfor %} + + + +
- + {% endif %} {% endblock %} {% block script %}