diff --git a/packages/account/src/Sections/Verification/ProofOfIdentity/proof-of-identity-flow.tsx b/packages/account/src/Sections/Verification/ProofOfIdentity/proof-of-identity-flow.tsx index 9dbc1d58ec15..75d32c84744e 100644 --- a/packages/account/src/Sections/Verification/ProofOfIdentity/proof-of-identity-flow.tsx +++ b/packages/account/src/Sections/Verification/ProofOfIdentity/proof-of-identity-flow.tsx @@ -46,7 +46,7 @@ const ProofOfIdentityFlow = observer(() => { identity.status === 'none' || identity.status === 'required' ? ACCOUNTS_OS_POI_URL : ACCOUNTS_OS_POI_STATUS_URL; - window.location.href = getFormattedURL(redirect_url); + window.location.replace(getFormattedURL(redirect_url)); } else { return ; }