Skip to content

Commit

Permalink
Amina/ fix: deriv-x password modal (#16151)
Browse files Browse the repository at this point in the history
* fix: password

* chore: Empty-Commit
  • Loading branch information
amina-deriv committed Jul 22, 2024
1 parent 066bf2c commit 63c4ff7
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions packages/appstore/src/components/modals/modal-manager.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -302,12 +302,6 @@ const ModalManager = () => {
is_mt5_password_invalid_format_modal_visible ||
is_sent_email_modal_enabled;

const url_params = new URLSearchParams(useLocation().search);
const url_action_param = url_params.get('action');
if (url_action_param) {
return null;
}

return (
<React.Fragment>
{is_jurisdiction_modal_visible && <JurisdictionModal openPasswordModal={openRealPasswordModal} />}
Expand Down

0 comments on commit 63c4ff7

Please sign in to comment.