Skip to content
This repository has been archived by the owner on Aug 30, 2021. It is now read-only.

Commit

Permalink
Merge pull request #516 from tcwd/0.4.0
Browse files Browse the repository at this point in the history
Remove duplicate crypto require in modules/users/server/controllers/users/users.password.server.controller.js
  • Loading branch information
ilanbiala committed Apr 14, 2015
2 parents 8b9a625 + 0dbab18 commit 25974a6
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,6 @@ var _ = require('lodash'),
passport = require('passport'),
User = mongoose.model('User'),
nodemailer = require('nodemailer'),
crypto = require('crypto'),
async = require('async'),
crypto = require('crypto');

Expand Down

0 comments on commit 25974a6

Please sign in to comment.