fix package build error dependencies

This commit is contained in:
Gregor Vostrak
2025-11-04 15:48:14 +01:00
parent 93d9db349b
commit 2f807e4808
2 changed files with 221 additions and 200 deletions

View File

@@ -81,7 +81,7 @@ export const useNotificationsStore = defineStore('notifications', () => {
}
return response;
} catch {
router.get(route('login'));
router.get('/login');
}
} else {
addNotification('error', 'The action failed. Please try again later.');