Cosmetic
This commit is contained in:
parent
761778ce00
commit
5c18e8a062
1 changed files with 1 additions and 1 deletions
|
@ -30,7 +30,7 @@ function accountManagemnt() {
|
|||
</script>
|
||||
|
||||
<template>
|
||||
<h1>OIDC pure web client test</h1>
|
||||
<h1>OIDC web client test</h1>
|
||||
<div v-if="keycloak.authenticated" class="user-info">
|
||||
<p>Hey, {{ keycloak.idTokenParsed?.name }}</p>
|
||||
<img v-if="keycloak.idTokenParsed?.picture" :src="keycloak.idTokenParsed.picture" class="picture"></img>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue