removing empty login.js
parent
744b6517bf
commit
50c4a707e5
@ -1,11 +0,0 @@
|
|||||||
var user = require('./user'),
|
|
||||||
bcrypt = require('bcryptjs'),
|
|
||||||
db = require('./database'),
|
|
||||||
path = require('path'),
|
|
||||||
winston = require('winston'),
|
|
||||||
utils = require('./../public/src/utils');
|
|
||||||
|
|
||||||
(function(Login) {
|
|
||||||
|
|
||||||
|
|
||||||
}(exports));
|
|
Loading…
Reference in New Issue