Skip to content

Commit

Permalink
[ES-1306] Empty the pathFragment for dev testing.
Browse files Browse the repository at this point in the history
Signed-off-by: Gk <[email protected]>
  • Loading branch information
gk-4VII authored Jun 12, 2024
1 parent eecedb3 commit 6e8b50c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion oidc-ui/src/components/ClaimDetails.js
Original file line number Diff line number Diff line change
Expand Up @@ -163,7 +163,7 @@ const ClaimDetails = ({
try {
const { response, errors } = await authServices.prepareSignupRedirect(
transactionId,
window.location.href
""
);
if (errors?.length) {
redirectOnError(errors[0].errorCode, t2(errors[0].errorCode));
Expand Down

0 comments on commit 6e8b50c

Please sign in to comment.