kyc and update risk profile api integration and issues fixed
This commit is contained in:
@@ -84,9 +84,13 @@ class _VerifyOTPState extends State<VerifyOTP> {
|
||||
isProfileUpdated == 0
|
||||
? Get.toNamed(RouteName.adddetails)
|
||||
: isKycUpdated == 0
|
||||
? Get.toNamed(RouteName.kyc)
|
||||
? Get.toNamed(RouteName.kyc, arguments: {
|
||||
"fromScreen": "login-flow",
|
||||
})
|
||||
: isriskProfileUpdated == 0
|
||||
? Get.toNamed(RouteName.updateriskprofile)
|
||||
? Get.toNamed(RouteName.updateriskprofile, arguments: {
|
||||
"fromScreen": "login-flow",
|
||||
})
|
||||
: Get.toNamed(RouteName.mainscreen);
|
||||
|
||||
// Get.toNamed(RouteName.mainscreen);
|
||||
|
||||
Reference in New Issue
Block a user