parent
88423b26dd
commit
532c2f1f6f
3 changed files with 2 additions and 2 deletions
|
@ -176,6 +176,7 @@ hr {
|
|||
text-decoration: none;
|
||||
border-radius: 8px;
|
||||
border: none;
|
||||
cursor: pointer;
|
||||
}
|
||||
|
||||
.token {
|
||||
|
|
|
@ -120,7 +120,7 @@ async function get_resource(evt: MouseEvent) {
|
|||
<div v-if="settings.tokenSandbox" class="token-info">
|
||||
<hr>
|
||||
<div>
|
||||
<h2>idToken</h2>
|
||||
<h2>id token</h2>
|
||||
<div class="token">
|
||||
<div v-for="(value, key) in keycloak.idTokenParsed">
|
||||
<div class="key">{{ key }}</div>
|
||||
|
|
|
@ -15,7 +15,6 @@ interface Settings {
|
|||
tokenSandbox: boolean
|
||||
}
|
||||
|
||||
|
||||
export let settings: Settings
|
||||
export let authServer: AxiosInstance
|
||||
export let resourceServer: AxiosInstance
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue