|
|
|
|
@ -448,7 +448,7 @@ class _VerificationMethodsScreenState extends State<VerificationMethodsScreen> {
|
|
|
|
|
if (isActive) {
|
|
|
|
|
await authenticationViewModel.showIOSAuthMessages();
|
|
|
|
|
if (!mounted) return;
|
|
|
|
|
if (authenticationViewModel.user != null &&
|
|
|
|
|
if (authenticationViewModel.user != null && authenticationViewModel.user!.logInTypeID !=null &&
|
|
|
|
|
(SelectedAuthMethodTypesService.getMethodsTypeService(authenticationViewModel.user!.logInTypeID!) == AuthMethodTypes.Fingerprint ||
|
|
|
|
|
SelectedAuthMethodTypesService.getMethodsTypeService(authenticationViewModel.user!.logInTypeID!) == AuthMethodTypes.FaceID)) {
|
|
|
|
|
this.sendActivationCode(authMethodTypes);
|
|
|
|
|
|