Skip to content

Commit 5640ba8

Browse files
authored
/consent is not /sharing
1 parent 0c127fe commit 5640ba8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/handlers/login-consent-request.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -125,7 +125,7 @@ class LoginConsentRequest {
125125

126126
redirectToConsent (authRequest) {
127127
let { opAuthRequest } = this
128-
let consentUrl = url.parse('/consent')
128+
let consentUrl = url.parse('/sharing')
129129
consentUrl.query = opAuthRequest.req.query
130130

131131
consentUrl = url.format(consentUrl)

0 commit comments

Comments
 (0)