Merge branch 'umami-software:master' into master

This commit is contained in:
clumsy 2025-11-19 20:14:14 +01:00 committed by GitHub
commit cf7d6f4dc3
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
59 changed files with 848 additions and 533 deletions

View file

@ -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();