This commit is contained in:
phil 2025-01-26 04:06:51 +01:00
parent 761778ce00
commit 5c18e8a062

View file

@ -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>