From 772104ad2d6bf8f4e5cf5c3b20691a3100ede020 Mon Sep 17 00:00:00 2001 From: Abdullah Alassaf Date: Wed, 28 Aug 2024 14:56:08 +0300 Subject: [PATCH] Changed auth route name --- lib/utils/constants/routes_const.dart | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/lib/utils/constants/routes_const.dart b/lib/utils/constants/routes_const.dart index 99145609..093a61dc 100644 --- a/lib/utils/constants/routes_const.dart +++ b/lib/utils/constants/routes_const.dart @@ -1,6 +1,6 @@ class RoutesConst { - static const String auth = '/login'; - static const String home = '/'; + static const String auth = '/'; + static const String home = '/home'; static const String visitorPassword = '/visitor-password'; static const String accessManagementPage = '/access-management-page'; static const String deviceManagementPage = '/device-management-page';