This commit is contained in:
Girish Ramakrishnan
2019-11-20 16:17:47 -08:00
parent af51ddc347
commit 8a3d212bd4

View File

@@ -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