diff --git a/public/styles.css b/public/styles.css index cc7abeb..36de6da 100644 --- a/public/styles.css +++ b/public/styles.css @@ -176,6 +176,7 @@ hr { text-decoration: none; border-radius: 8px; border: none; + cursor: pointer; } .token { diff --git a/src/App.vue b/src/App.vue index 7fd21b1..0e7614a 100644 --- a/src/App.vue +++ b/src/App.vue @@ -120,7 +120,7 @@ async function get_resource(evt: MouseEvent) {

-

idToken

+

id token

{{ key }}
diff --git a/src/main.ts b/src/main.ts index fe9f63d..f4bc87d 100644 --- a/src/main.ts +++ b/src/main.ts @@ -15,7 +15,6 @@ interface Settings { tokenSandbox: boolean } - export let settings: Settings export let authServer: AxiosInstance export let resourceServer: AxiosInstance