diff --git a/Frontend/lib/mih_packages/authentication/biometric_check.dart b/Frontend/lib/mih_packages/authentication/biometric_check.dart index b69d06c0..2c948e26 100644 --- a/Frontend/lib/mih_packages/authentication/biometric_check.dart +++ b/Frontend/lib/mih_packages/authentication/biometric_check.dart @@ -107,27 +107,28 @@ class _BiometricCheckState extends State { }, ); } - } else { - showDialog( - context: context, - builder: (context) { - return MihAppAlert( - alertIcon: Icon( - Icons.warning, - color: MzanziInnovationHub.of(context)!.theme.errorColor(), - ), - alertTitle: "Biometric Error", - alertBody: Text( - "Auth not allowed", - style: TextStyle( - color: MzanziInnovationHub.of(context)!.theme.errorColor(), - ), - ), - alertColour: MzanziInnovationHub.of(context)!.theme.errorColor(), - ); - }, - ); } + // else { + // showDialog( + // context: context, + // builder: (context) { + // return MihAppAlert( + // alertIcon: Icon( + // Icons.warning, + // color: MzanziInnovationHub.of(context)!.theme.errorColor(), + // ), + // alertTitle: "Biometric Error", + // alertBody: Text( + // "Auth not allowed", + // style: TextStyle( + // color: MzanziInnovationHub.of(context)!.theme.errorColor(), + // ), + // ), + // alertColour: MzanziInnovationHub.of(context)!.theme.errorColor(), + // ); + // }, + // ); + // } } MIHBody getBody() {