Skip to content

Commit 91a07d1

Browse files
author
Sergey Malinin
authored
Remove comment
1 parent 0f0323e commit 91a07d1

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

lib/requests/login-request.js

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -158,7 +158,6 @@ class LoginRequest extends AuthRequest {
158158
*/
159159
postLoginUrl (validUser) {
160160
// Login request is part of an app's auth flow
161-
//?? if (/token/.test(this.authQueryParams['response_type'])) {
162161
if (/token|code/.test(this.authQueryParams['response_type'])) {
163162
return this.authorizeUrl()
164163
// Login request is a user going to /login in browser

0 commit comments

Comments
 (0)