hotFix(reset-passowrd): use model vnUser #1523

Merged
alexm merged 2 commits from hotFix_vnUser_reset-password into master 2023-05-16 07:01:45 +00:00
1 changed files with 1 additions and 1 deletions
Showing only changes of commit 504791fd6d - Show all commits

View File

@ -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');