Skip to content

Commit

Permalink
fix(auth): update continue uri (#1878)
Browse files Browse the repository at this point in the history
  • Loading branch information
raducristianpopa authored Sep 15, 2023
1 parent 35dfdcb commit d80c23f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/auth/src/grant/model.ts
Original file line number Diff line number Diff line change
Expand Up @@ -108,7 +108,7 @@ export function toOpenPaymentPendingGrant(
access_token: {
value: grant.continueToken
},
uri: `${authServerUrl}/auth/continue/${grant.continueId}`,
uri: `${authServerUrl}/continue/${grant.continueId}`,
wait: waitTimeSeconds
}
}
Expand Down

0 comments on commit d80c23f

Please sign in to comment.