Skip to content

Commit

Permalink
Remove /* URL pattern
Browse files Browse the repository at this point in the history
  • Loading branch information
acoburn committed May 16, 2024
1 parent ec3da02 commit da2e1df
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/helpers/clientId/clientId.ts
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,6 @@ export function buildClientIdentifierDoc(hostname: URL, clientId: URL) {
post_logout_redirect_uris: [
hostname,
new URL("login", hostname),
new URL("*", hostname),
],
// Support refresh_tokens for refreshing the session:
grant_types: ["authorization_code", "refresh_token"],
Expand Down

0 comments on commit da2e1df

Please sign in to comment.