aboutsummaryrefslogtreecommitdiff
path: root/frontend/src/app/_pages/profile
diff options
context:
space:
mode:
authorDanijel Anđelković <adanijel99@gmail.com>2022-05-20 04:35:30 +0200
committerDanijel Anđelković <adanijel99@gmail.com>2022-05-20 04:35:30 +0200
commit0d26561af8243f76ef6a62e3d892a2f5ed7f5755 (patch)
treed209b1661fe42412dacc6f705e68724ced99ec8a /frontend/src/app/_pages/profile
parent0d476fb3a73921bbea0994509bc95a19cebae70c (diff)
parent5c7c335f8d3d921c3e02908e8c33901c21785907 (diff)
Merge branch 'redesign' of http://gitlab.pmf.kg.ac.rs/igrannonica/neuronstellar
Diffstat (limited to 'frontend/src/app/_pages/profile')
-rw-r--r--frontend/src/app/_pages/profile/profile.component.ts1
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',