Skip to content

Commit

Permalink
updated auth
Browse files Browse the repository at this point in the history
  • Loading branch information
jonniespratley committed Dec 8, 2014
1 parent 10efe3e commit 339261d
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion routes/cms-auth.js
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,6 @@ var bodyParser = require('body-parser');
var session = require('express-session');


var router = express.Router();

var users = [
{id: 1, username: 'admin', password: 'admin', email: '[email protected]'},
Expand Down

0 comments on commit 339261d

Please sign in to comment.