Update user.js
This commit is contained in:
parent
f511bd38c9
commit
95e4d1f061
|
@ -233,7 +233,7 @@ User.prototype.verify = function(options, fn) {
|
|||
options.protocol = options.protocol || 'http';
|
||||
|
||||
var app = userModel.app;
|
||||
options.host = options.host || (app && app.get('host')) || 'localhost';
|
||||
options.host = emailOptions.host || (app && app.get('verificationHost')) || (app && app.get('host')) || 'localhost';
|
||||
options.port = options.port || (app && app.get('port')) || 3000;
|
||||
options.restApiRoot = options.restApiRoot || (app && app.get('restApiRoot')) || '/api';
|
||||
options.verifyHref = options.verifyHref ||
|
||||
|
|
Loading…
Reference in New Issue