Commit ff1a42de authored by prumde's avatar prumde

Updated


git-svn-id: http://15.206.35.175/svn/proteus/business-java/trunk@174199 ce508802-f39f-4f6c-b175-0d175dae99d5
parent f3b0d1c0
......@@ -130,7 +130,7 @@ export class EcmUserOptionComponent implements OnInit {
changePassword(chgForm: NgForm) {
this.signinService.changeCurrentPassword( this.userData.jti, this._current_password, this._new_password, this.userData.TOKEN_ID ).subscribe(
this.signinService.changeCurrentPassword( this.userData.jti, this._new_password, this._current_password, this.userData.TOKEN_ID ).subscribe(
result => {
console.log( 'comp result.results.indexOf [' + result.Response.results.indexOf( '{' ) + ']' );
if ( result.Response.status == 'success' ) {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment