mirror of
https://github.com/kremalicious/umami.git
synced 2024-11-15 17:55:08 +01:00
fix logout error
This commit is contained in:
parent
a30147547b
commit
5fc96cf5e1
@ -10,7 +10,7 @@ export default function LogoutPage({ disabled }) {
|
|||||||
|
|
||||||
useEffect(() => {
|
useEffect(() => {
|
||||||
async function logout() {
|
async function logout() {
|
||||||
await post('/logout');
|
await post('/auth/logout');
|
||||||
}
|
}
|
||||||
|
|
||||||
if (!disabled) {
|
if (!disabled) {
|
||||||
|
Loading…
Reference in New Issue
Block a user