From 532c2f1f6f893821f606871d5babfca821d012ec Mon Sep 17 00:00:00 2001 From: phil Date: Sat, 8 Feb 2025 01:57:43 +0100 Subject: [PATCH] Cosmetic --- public/styles.css | 1 + src/App.vue | 2 +- src/main.ts | 1 - 3 files changed, 2 insertions(+), 2 deletions(-) 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