2 Commits

Author SHA1 Message Date
Sebastian 6ec5b1e4ca chore(deps): update dependency vuetify to v4.1.5
JS Unit Tests / test (pull_request) Failing after 11m24s
Build Test / test (pull_request) Failing after 11m37s
PHP Unit Tests / test (pull_request) Failing after 15m56s
2026-07-18 03:05:43 +00:00
Sebastian 681e059870 refactor: rename main entry point
Signed-off-by: Sebastian Krupinski <krupinski01@gmail.com>
2026-07-14 17:40:17 -04:00
3 changed files with 4 additions and 4 deletions
+3 -3
View File
@@ -2408,9 +2408,9 @@
}
},
"node_modules/vuetify": {
"version": "4.1.4",
"resolved": "https://registry.npmjs.org/vuetify/-/vuetify-4.1.4.tgz",
"integrity": "sha512-8/H0Yl6h9t07/ExuyZFIRJqAenpKeCiVaRJzbHGfTtuZRZIs5EbtjdFYikPIu6h9thBJAx15PrU4ofa4LvdJag==",
"version": "4.1.5",
"resolved": "https://registry.npmjs.org/vuetify/-/vuetify-4.1.5.tgz",
"integrity": "sha512-cR3XMzWbVll9wSdarhH7asT27zm23rMNM5dQ9pMGwTPGwEm0km8mY6ERJAGHIa/nMw0pYXWHjf1O9qJ/0PtZCQ==",
"license": "MIT",
"funding": {
"type": "github",
+1 -1
View File
@@ -2,7 +2,7 @@ const routes = [
{
name: 'mail-accounts',
path: '/accounts',
component: () => import('@/pages/AccountsPage.vue'),
component: () => import('@/pages/Main.vue'),
meta: {
title: 'Mail Accounts',
requiresAuth: true