Fix note
This commit is contained in:
@@ -39,7 +39,7 @@ function initialize(callback) {
|
||||
});
|
||||
|
||||
|
||||
// used when username/password is sent in request body. used in CLI tool login route
|
||||
// used when username/password is sent in request body. used in CLI login & oauth2 login route
|
||||
passport.use(new LocalStrategy(function (username, password, callback) {
|
||||
|
||||
// TODO we should only do this for dashboard logins
|
||||
|
||||
Reference in New Issue
Block a user