summaryrefslogtreecommitdiff
path: root/src/router/routes.js
diff options
context:
space:
mode:
Diffstat (limited to 'src/router/routes.js')
-rw-r--r--src/router/routes.js9
1 files changed, 0 insertions, 9 deletions
diff --git a/src/router/routes.js b/src/router/routes.js
index 1a86510c..968a5ea7 100644
--- a/src/router/routes.js
+++ b/src/router/routes.js
@@ -23,7 +23,6 @@ import SerialOverLanConsole from '@/views/Control/SerialOverLan/SerialOverLanCon
import ServerLed from '@/views/Control/ServerLed';
import ServerPowerOperations from '@/views/Control/ServerPowerOperations';
import SslCertificates from '@/views/AccessControl/SslCertificates';
-import Unauthorized from '@/views/Unauthorized';
import VirtualMedia from '@/views/Control/VirtualMedia';
import i18n from '@/i18n';
@@ -228,14 +227,6 @@ const routes = [
}
},
{
- path: '/unauthorized',
- name: 'unauthorized',
- component: Unauthorized,
- meta: {
- title: i18n.t('appPageTitle.unauthorized')
- }
- },
- {
path: '*',
name: 'page-not-found',
component: PageNotFound,