diff --git a/lib/screens/auth/verification_methods_screen.dart b/lib/screens/auth/verification_methods_screen.dart index 1e61d553..c03d5946 100644 --- a/lib/screens/auth/verification_methods_screen.dart +++ b/lib/screens/auth/verification_methods_screen.dart @@ -341,12 +341,15 @@ class _VerificationMethodsScreenState extends State { 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); }, ),