diff --git a/webadmin/src/views/tokens.html b/webadmin/src/views/tokens.html index ad8d69c3a..6c898977d 100644 --- a/webadmin/src/views/tokens.html +++ b/webadmin/src/views/tokens.html @@ -93,8 +93,7 @@
Tokens you generated that can be used to access the Cloudron API. They have the admin scope and will not expire.
-These tokens can be used to access the Cloudron API. They have the admin scope and do not expire.
@@ -130,21 +129,28 @@
Scope: {{ client.scope }}
RedirectURI: {{ client.redirectURI }}
Client ID: {{ client.id }}
Client Secret: {{ client.clientSecret }}
+{{ token.accessToken }}