Use new strong-remoting API
This commit is contained in:
parent
782e89758e
commit
0e637962d5
|
@ -386,7 +386,7 @@ module.exports = function(User) {
|
||||||
displayPort +
|
displayPort +
|
||||||
options.restApiRoot +
|
options.restApiRoot +
|
||||||
userModel.http.path +
|
userModel.http.path +
|
||||||
userModel.sharedClass.find('confirm', true).http.path +
|
userModel.sharedClass.findMethodByName('confirm').http.path +
|
||||||
'?uid=' +
|
'?uid=' +
|
||||||
options.user.id +
|
options.user.id +
|
||||||
'&redirect=' +
|
'&redirect=' +
|
||||||
|
|
Loading…
Reference in New Issue