diff --git a/app/dashboard/templates/dashboard/api_key.html b/app/dashboard/templates/dashboard/api_key.html index 594a79fa..fa9ec87d 100644 --- a/app/dashboard/templates/dashboard/api_key.html +++ b/app/dashboard/templates/dashboard/api_key.html @@ -14,18 +14,22 @@

API Key

-

- The API Key is used inside the SimpleLogin Chrome extension. You can install the extension +

{% for api_key in api_keys %}
diff --git a/app/dashboard/templates/dashboard/custom_domain.html b/app/dashboard/templates/dashboard/custom_domain.html index f62df05d..62f305c8 100644 --- a/app/dashboard/templates/dashboard/custom_domain.html +++ b/app/dashboard/templates/dashboard/custom_domain.html @@ -19,6 +19,12 @@
{% endif %} + + {% for custom_domain in custom_domains %}