We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0f0323e commit 91a07d1Copy full SHA for 91a07d1
lib/requests/login-request.js
@@ -158,7 +158,6 @@ class LoginRequest extends AuthRequest {
158
*/
159
postLoginUrl (validUser) {
160
// Login request is part of an app's auth flow
161
-//?? if (/token/.test(this.authQueryParams['response_type'])) {
162
if (/token|code/.test(this.authQueryParams['response_type'])) {
163
return this.authorizeUrl()
164
// Login request is a user going to /login in browser
0 commit comments