From 70ba45d924cf31810660f9a3566fc46a0ebbbb9c Mon Sep 17 00:00:00 2001 From: Elham Rababah Date: Tue, 21 Apr 2020 21:44:41 +0300 Subject: [PATCH] hot fix --- lib/routes.dart | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/routes.dart b/lib/routes.dart index 4f52fa04..be11ee52 100644 --- a/lib/routes.dart +++ b/lib/routes.dart @@ -16,7 +16,7 @@ import './screens/profile_screen.dart'; import './screens/settings/settings_screen.dart'; -const String INIT_ROUTE = PATIENTS_PROFILE; +const String INIT_ROUTE = LOGIN; const String HOME = '/'; const String LOGIN = 'login'; const String PROFILE = 'profile';