mirror of
https://github.com/umami-software/umami.git
synced 2025-12-08 05:12:36 +01:00
fix logout error
This commit is contained in:
parent
a30147547b
commit
5fc96cf5e1
1 changed files with 1 additions and 1 deletions
|
|
@ -10,7 +10,7 @@ export default function LogoutPage({ disabled }) {
|
|||
|
||||
useEffect(() => {
|
||||
async function logout() {
|
||||
await post('/logout');
|
||||
await post('/auth/logout');
|
||||
}
|
||||
|
||||
if (!disabled) {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue