pin status
This commit is contained in:
@ -195,12 +195,12 @@ function getPinStatus(status: string) {
|
|||||||
btn: 'Activate PIN',
|
btn: 'Activate PIN',
|
||||||
res: null
|
res: null
|
||||||
};
|
};
|
||||||
// if (status === 'P')
|
if (status === 'P')
|
||||||
// return {
|
return {
|
||||||
// msg: 'Suspend PIN',
|
msg: 'Suspend PIN',
|
||||||
// btn: 'Unblock PIN',
|
btn: 'Unblock PIN',
|
||||||
// res: 'UnBlock'
|
res: 'UnBlock'
|
||||||
// };
|
};
|
||||||
// if (status === 'O')
|
// if (status === 'O')
|
||||||
// return {
|
// return {
|
||||||
// msg: 'Suspend OTP',
|
// msg: 'Suspend OTP',
|
||||||
|
|||||||
Reference in New Issue
Block a user