Skip to content

Commit 1ae029d

Browse files
Merge pull request #136 from Dhruv-deriv/dhruv/MT5LoginList_StatusBadge/TRAH-4335
Dhruv/mt5 login list status badge/TRAH-4335
2 parents 9210799 + 73cf198 commit 1ae029d

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

packages/appstore/src/components/cfds-listing/index.tsx

+1
Original file line numberDiff line numberDiff line change
@@ -136,6 +136,7 @@ const CFDsListing = observer(() => {
136136
switch (current_acc_status) {
137137
case 'proof_failed':
138138
case 'poa_failed':
139+
case 'poa_outdated':
139140
return MT5_ACCOUNT_STATUS.FAILED;
140141
case 'verification_pending':
141142
case 'poa_pending':

packages/shared/src/utils/constants/mt5-login-list-status.ts

+1
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@ export const MT5_ACCOUNT_STATUS = {
99
PENDING: 'pending',
1010
POA_REQUIRED: 'poa_required',
1111
POA_PENDING: 'poa_pending',
12+
POA_OUTDATED: 'poa_outdated',
1213
POA_VERIFIED: 'poa_verified',
1314
UNDER_MAINTENANCE: 'under_maintenance',
1415
UNAVAILABLE: 'unavailable',

0 commit comments

Comments
 (0)