mirror of
https://github.com/BreizhHardware/Site-comptage-heure.git
synced 2026-03-18 21:30:40 +01:00
feat: implement password change functionality and improve UI for password management
This commit is contained in:
@@ -41,10 +41,7 @@ export default function Header() {
|
||||
<span className="text-gray-900 dark:text-white">
|
||||
{session.user.email} ({session.user.role})
|
||||
</span>
|
||||
<Button
|
||||
onClick={() => signOut()}
|
||||
variant="destructive"
|
||||
>
|
||||
<Button onClick={() => signOut()} variant="destructive">
|
||||
Déconnexion
|
||||
</Button>
|
||||
</div>
|
||||
|
||||
Reference in New Issue
Block a user