fix(mail): fit workspace within private layout

Signed-off-by: Sebastian <krupinski01@gmail.com>
This commit is contained in:
2026-07-09 21:20:30 -04:00
parent 7d9bd8491c
commit 93a8157166
3 changed files with 24 additions and 8 deletions
+2 -1
View File
@@ -5,7 +5,8 @@ const routes = [
component: () => import('@/pages/MailPage.vue'),
meta: {
title: 'Mail',
requiresAuth: true
requiresAuth: true,
layout: 'fixed'
}
},
]