diff options
Diffstat (limited to 'frontend/src/app/_pages/profile/profile.component.ts')
-rw-r--r-- | frontend/src/app/_pages/profile/profile.component.ts | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/frontend/src/app/_pages/profile/profile.component.ts b/frontend/src/app/_pages/profile/profile.component.ts index aed8e40c..a51a7ea7 100644 --- a/frontend/src/app/_pages/profile/profile.component.ts +++ b/frontend/src/app/_pages/profile/profile.component.ts @@ -137,7 +137,6 @@ export class ProfileComponent implements OnInit { let passwordArray: string[] = [this.oldPass, this.newPass1]; this.userInfoService.changeUserPassword(passwordArray).subscribe((response: any) => { - //console.log("PROMENIO LOZINKU"); this.resetNewPassInputs(); const dialogRef = this.dialog?.open(AlertDialogComponent, { width: '350px', |