mirror of
https://github.com/umami-software/umami.git
synced 2026-02-15 01:55:36 +01:00
Merge branch 'umami-software:master' into master
This commit is contained in:
commit
cf7d6f4dc3
59 changed files with 848 additions and 533 deletions
|
|
@ -13,7 +13,7 @@ export function LogoutPage() {
|
|||
async function logout() {
|
||||
await post('/auth/logout');
|
||||
|
||||
router.push('/login');
|
||||
window.location.href = `${process.env.basePath || ''}/login`;
|
||||
}
|
||||
|
||||
removeClientAuthToken();
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue