feat/ login on est pas mal

This commit is contained in:
2024-04-26 16:25:04 +02:00
parent 02e84ed9d6
commit 5f642a6aa0
3 changed files with 18 additions and 4 deletions

View File

@ -15,4 +15,7 @@ if(!auth.isValid){
<Layout title="Account setting">
<h1>Bonjour {user!.name}</h1>
<div>
<a href="/account/logout">deconnexion</a>
</div>
</Layout>