From 70c1faa5a61b191222310d3be9c3bdcb3d6a5de9 Mon Sep 17 00:00:00 2001 From: Elham Rababah Date: Sun, 3 May 2020 12:42:34 +0300 Subject: [PATCH] retunt route to the correct name --- lib/routes.dart | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/routes.dart b/lib/routes.dart index b56ae070..e58f3d4d 100644 --- a/lib/routes.dart +++ b/lib/routes.dart @@ -21,7 +21,7 @@ import './screens/profile_screen.dart'; import './screens/settings/settings_screen.dart'; import 'screens/doctor/doctor_reply_screen.dart'; -const String INIT_ROUTE = PATIENT_SEARCH; +const String INIT_ROUTE = LOGIN; const String HOME = '/'; const String LOGIN = 'login'; const String PROFILE = 'profile';