diff options
| author | it-fixcomart <it@fixcomart.co.id> | 2025-02-13 10:48:24 +0700 |
|---|---|---|
| committer | it-fixcomart <it@fixcomart.co.id> | 2025-02-13 10:48:24 +0700 |
| commit | 0abd15f6f59ba443c231585822b64db4c1e5ee1a (patch) | |
| tree | 01056ce01f420394ad916d1b94f202f5002bf523 | |
| parent | 6192c7c267827dd41c592900dd55001ee82c78cc (diff) | |
<iman> add action button log out
| -rw-r--r-- | src/lib/auth/components/Menu.jsx | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/lib/auth/components/Menu.jsx b/src/lib/auth/components/Menu.jsx index 4682dbab..df33314c 100644 --- a/src/lib/auth/components/Menu.jsx +++ b/src/lib/auth/components/Menu.jsx @@ -197,6 +197,7 @@ const Menu = () => { <button type='button' className='text-gray_r-12/80 p-2 text-left hover:bg-gray_r-5 ' + onClick={() => logout()} > <div className='flex gap-x-3 items-center'> <ImageNext |
