@ -550,10 +550,15 @@ class _VerificationMethodsScreenState extends State<VerificationMethodsScreen> {
Helpers.showErrorToast(authenticationViewModel.error);
} else {
await authenticationViewModel.onCheckActivationCodeSuccess();
if(value !=null)
if(value !=null){
if(Navigator.canPop(context))
Navigator.pop(context);
}
navigateToLandingPage();