diff --git a/components/user/api-keys.vue b/components/user/api-keys.vue index 9ca2f0a..76cd2fb 100644 --- a/components/user/api-keys.vue +++ b/components/user/api-keys.vue @@ -21,78 +21,80 @@ -
-

Successfully generated key with identifier {{ newKey.identifier }}:

- - +
+

Successfully generated key with identifier {{ newKey.identifier }}:

-

Please store this key securely, you will not be able to retrieve it later. If you lose it, you must generate a new key.

-
+ -
+ + + + -
-

HTTP headers

+ - - API-User: {{ user.id }}
- API-Key: YourSecurelyStoredApiKey12345678 -
+ + +
+ + + +
+

HTTP headers

+ + + API-User: {{ user.id }}
+ API-Key: YourSecurelyStoredApiKey12345678 +
+
@@ -151,18 +153,6 @@ function copyKey(event) {