first step from user another account

auth_refactor
Elham Rababah 5 years ago
parent 0d8684481d
commit a9bd02a908

@ -341,12 +341,15 @@ class _VerificationMethodsScreenState extends State<VerificationMethodsScreen> {
color: Colors.red[700],
onPressed: () {
projectsProvider.isLogin = true;
authenticationViewModel.unverified = false;
authenticationViewModel.isLogin = false;
Navigator.pushAndRemoveUntil(
AppGlobal.CONTEX,
FadePage(
page: RootPage(),
),
(r) => false);
// Navigator.of(context).pushNamed(LOGIN);
},
),

Loading…
Cancel
Save