fix package build error dependencies

This commit is contained in:
Gregor Vostrak
2025-11-04 15:48:14 +01:00
parent b7dafb0892
commit 8a2f35de0c
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.');