diff options
| author | Syndamia <kamen.d.mladenov@protonmail.com> | 2021-03-19 19:07:24 +0200 |
|---|---|---|
| committer | Syndamia <kamen.d.mladenov@protonmail.com> | 2021-03-19 19:07:24 +0200 |
| commit | 97f3e372bd96195e6f243358ef7063a63278f699 (patch) | |
| tree | 8f4ba09c4d62938189381c62f31e3cad16e48279 /src/app/components/profile/profile.component.ts | |
| parent | 07dd17982f56a51f7601b4143fb0ff103cd8b186 (diff) | |
| download | DevHive-Angular-97f3e372bd96195e6f243358ef7063a63278f699.tar DevHive-Angular-97f3e372bd96195e6f243358ef7063a63278f699.tar.gz DevHive-Angular-97f3e372bd96195e6f243358ef7063a63278f699.zip | |
Major redesign of profile component styling
Diffstat (limited to 'src/app/components/profile/profile.component.ts')
| -rw-r--r-- | src/app/components/profile/profile.component.ts | 12 |
1 files changed, 0 insertions, 12 deletions
diff --git a/src/app/components/profile/profile.component.ts b/src/app/components/profile/profile.component.ts index ed17f33..fc5d4d6 100644 --- a/src/app/components/profile/profile.component.ts +++ b/src/app/components/profile/profile.component.ts @@ -131,18 +131,6 @@ export class ProfileComponent implements OnInit { } } - goBack(): void { - this._router.navigate(['/']); - } - - navigateToAdminPanel(): void { - this._router.navigate(['/admin-panel']); - } - - navigateToSettings(): void { - this._router.navigate([this._router.url + '/settings']); - } - logout(): void { this._tokenService.logoutUserFromSessionStorage(); |
