diff options
author | Danijel Anđelković <adanijel99@gmail.com> | 2022-05-20 04:35:30 +0200 |
---|---|---|
committer | Danijel Anđelković <adanijel99@gmail.com> | 2022-05-20 04:35:30 +0200 |
commit | 0d26561af8243f76ef6a62e3d892a2f5ed7f5755 (patch) | |
tree | d209b1661fe42412dacc6f705e68724ced99ec8a /frontend/src/app/_pages/profile/profile.component.ts | |
parent | 0d476fb3a73921bbea0994509bc95a19cebae70c (diff) | |
parent | 5c7c335f8d3d921c3e02908e8c33901c21785907 (diff) |
Merge branch 'redesign' of http://gitlab.pmf.kg.ac.rs/igrannonica/neuronstellar
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', |