Feature_MPIN_OTP #46
@ -69,7 +69,7 @@ class LoginController extends MyController {
|
|||||||
print('MPIN Enabled? $isMpinEnabled');
|
print('MPIN Enabled? $isMpinEnabled');
|
||||||
|
|
||||||
if (isMpinEnabled) {
|
if (isMpinEnabled) {
|
||||||
Get.toNamed('/auth/mpin-auth');
|
Get.toNamed('/home');
|
||||||
} else {
|
} else {
|
||||||
Get.toNamed('/home');
|
Get.toNamed('/home');
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user