Skip to content

Commit

Permalink
Fix Angular Test issue
Browse files Browse the repository at this point in the history
  • Loading branch information
NeftaliYagua committed Jan 12, 2025
1 parent ab86cab commit 8ee01e7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/environments/environment.ts
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ export const environment = {
clientId,
authorizationParams: {
...(audience && audience !== 'YOUR_API_IDENTIFIER' ? { audience } : null),
redirect_uri: window.location.origin,
redirect_uri: window.location.href,
},
errorPath,
},
Expand Down

0 comments on commit 8ee01e7

Please sign in to comment.