Skip to content

Commit 632bbee

Browse files
committed
Merge pull request #2039 from strongloop/remote_method
Use new strong-remoting API
2 parents 782e897 + 0e63796 commit 632bbee

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

common/models/user.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -386,7 +386,7 @@ module.exports = function(User) {
386386
displayPort +
387387
options.restApiRoot +
388388
userModel.http.path +
389-
userModel.sharedClass.find('confirm', true).http.path +
389+
userModel.sharedClass.findMethodByName('confirm').http.path +
390390
'?uid=' +
391391
options.user.id +
392392
'&redirect=' +

0 commit comments

Comments
 (0)