aboutsummaryrefslogtreecommitdiff
path: root/frontend/src/app/_pages/profile/profile.component.ts
diff options
context:
space:
mode:
authorOgnjen Cirkovic <ciraboxkg@gmail.com>2022-04-13 22:51:32 +0200
committerOgnjen Cirkovic <ciraboxkg@gmail.com>2022-04-13 22:51:32 +0200
commitc6bc1bc4952173f61d1b1adf3b67cbd1c64e85b2 (patch)
treea03daa79ae991602853411597da77967c44df372 /frontend/src/app/_pages/profile/profile.component.ts
parent17d5ca0e942259e05e448044037048476c6d3c96 (diff)
parent5d856cf20177711074b473cc2d2133b85826fe63 (diff)
Merge branch 'dev' of http://gitlab.pmf.kg.ac.rs/igrannonica/neuronstellar into dev
Diffstat (limited to 'frontend/src/app/_pages/profile/profile.component.ts')
-rw-r--r--frontend/src/app/_pages/profile/profile.component.ts3
1 files changed, 0 insertions, 3 deletions
diff --git a/frontend/src/app/_pages/profile/profile.component.ts b/frontend/src/app/_pages/profile/profile.component.ts
index d055fad3..ae9fb12c 100644
--- a/frontend/src/app/_pages/profile/profile.component.ts
+++ b/frontend/src/app/_pages/profile/profile.component.ts
@@ -67,7 +67,6 @@ export class ProfileComponent implements OnInit {
break;
}
}
- console.log(this.user);
});
}
@@ -96,7 +95,6 @@ export class ProfileComponent implements OnInit {
}
shared.openDialog("Obaveštenje", "Podaci su uspešno promenjeni.");
this.user = editedUser;
- console.log(this.user);
this.resetInfo();
}, (error: any) =>{
if (error.error == "Username already exists!") {
@@ -134,7 +132,6 @@ export class ProfileComponent implements OnInit {
this.authService.logOut();
this.router.navigate(['']);
}, (error: any) => {
- console.log("error poruka: ", error.error);
if (error.error == 'Wrong old password!') {
this.wrongPassBool = true;
//(<HTMLSelectElement>document.getElementById("inputPassword")).focus();