Skip to content

Commit 17e96e5

Browse files
committed
fix url
1 parent db3c88f commit 17e96e5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/createJWT.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ async function createJWT(doc: any) {
5858
"access_token": {
5959
"value": jwt,
6060
"manage": {
61-
"uri": url.protocol + "//" + url.hostname + "/as/token/" + doc.interact_nonce.value,
61+
"uri": url.protocol + "//" + url.hostname + "/api/as/token/" + doc.interact_nonce.value,
6262
"access_token": {
6363
"value": token_endpoint_access_token
6464
}

0 commit comments

Comments
 (0)