Not verified case added
This commit is contained in:
@@ -103,7 +103,12 @@ class _VerificationScreenState extends State<VerificationScreen> {
|
||||
Navigator.of(context).pop(true);
|
||||
} catch (e) {
|
||||
setState(() {
|
||||
if(e.toString().contains("NOT_VERIFIED")){
|
||||
_statusMessage = "SIM details not found. Please ensure your mobile number is registered with the bank.";
|
||||
}
|
||||
else{
|
||||
_statusMessage = e.toString();
|
||||
}
|
||||
_isVerifying = false;
|
||||
_verificationFailed = true;
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user