From c71c6cd83986be6707eb6eb015e309e4ad074909 Mon Sep 17 00:00:00 2001 From: mi1468 Date: Mon, 12 May 2025 12:10:36 +0330 Subject: [PATCH] change route / --- xroom-dashboard/src/router/index.js | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/xroom-dashboard/src/router/index.js b/xroom-dashboard/src/router/index.js index a14d080..611b82a 100644 --- a/xroom-dashboard/src/router/index.js +++ b/xroom-dashboard/src/router/index.js @@ -18,6 +18,11 @@ const routes = [ name: 'LoginPage', component: LoginPage }, + { + path: '/', + name: 'LoginPage', + component: LoginPage + }, { path: '/resetPassword', name: 'ResetPassword',