Skip to content

Commit

Permalink
clientId must be a URI
Browse files Browse the repository at this point in the history
  • Loading branch information
garciafdezpatricia committed May 9, 2024
1 parent 73effa2 commit e44368d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/updateClientId.ts
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ const clientSecret = process.env.CLIENT_SECRET;
// build client id doc
const clientIdDoc = buildClientIdentifierDoc(
"http://localhost:3000/",
clientId as string
CLIENT_ID_DOC_IRI
);

async function updateClientId() {
Expand Down

0 comments on commit e44368d

Please sign in to comment.