Skip to content

Commit

Permalink
fix: custom authz server id token
Browse files Browse the repository at this point in the history
  • Loading branch information
rohanharikr committed Jan 16, 2025
1 parent e2e5113 commit a9d4008
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/App.svelte
Original file line number Diff line number Diff line change
Expand Up @@ -251,7 +251,7 @@
nonce: selectedProtocolParamsValues.nonce,
// because helper-browser adds ''/authorize'
wallet: selectedAuthzServer.replace('/authorize', '')
wallet: authzServer.replace('/authorize', '')
});
authzResponse.introspect = payload;
} catch (err) {
Expand Down

0 comments on commit a9d4008

Please sign in to comment.