hotFix(reset-passowrd): use model vnUser #1523
|
@ -33,7 +33,7 @@ export default class Controller {
|
|||
|
||||
const newPassword = this.newPassword;
|
||||
|
||||
this.$http.post('vnUsers/reset-password', {newPassword}, {headers})
|
||||
this.$http.post('VnUsers/reset-password', {newPassword}, {headers})
|
||||
.then(() => {
|
||||
this.vnApp.showSuccess(this.$translate.instant('Password changed!'));
|
||||
this.$state.go('login');
|
||||
|
|
Loading…
Reference in New Issue