Skip to content

Commit

Permalink
[ES-1614] Update VerificationSteps.tsx (#334)
Browse files Browse the repository at this point in the history
Signed-off-by: Gk <[email protected]>
  • Loading branch information
gk-4VII authored Sep 3, 2024
1 parent 96de391 commit 901745b
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -89,7 +89,7 @@ export const VerificationSteps = ({

const redirectURI = `${authorizeURI}?${redirectParams}`;

window.location.replace(redirectURI);
window.location.href = redirectURI;
}
return;
}
Expand Down

0 comments on commit 901745b

Please sign in to comment.