aboutsummaryrefslogtreecommitdiff
path: root/frontend/src/app/_pages/profile
diff options
context:
space:
mode:
authorIvan Ljubisavljevic <ivan996sk@gmail.com>2022-05-20 04:16:37 +0200
committerIvan Ljubisavljevic <ivan996sk@gmail.com>2022-05-20 04:16:37 +0200
commit0fc91dbd9e9a7d942d2a2efba3ce97c2f5ef450f (patch)
tree9a0c9975b045b4655b0803d4017f696c2ccfa96d /frontend/src/app/_pages/profile
parent9930bdb624f9511e9f4ead7abd435d25fbdcac4a (diff)
Console logs removed
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',