Feature_MPIN_OTP #46

Merged
vaibhav.surve merged 8 commits from Feature_MPIN_OTP into main 2025-06-11 09:38:35 +00:00
Showing only changes of commit 18987aa97a - Show all commits

View File

@ -69,7 +69,7 @@ class LoginController extends MyController {
print('MPIN Enabled? $isMpinEnabled');
if (isMpinEnabled) {
Get.toNamed('/auth/mpin-auth');
Get.toNamed('/home');
} else {
Get.toNamed('/home');
}