diff options
Diffstat (limited to 'client/src/app/menu/menu.component.ts')
-rw-r--r-- | client/src/app/menu/menu.component.ts | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/client/src/app/menu/menu.component.ts b/client/src/app/menu/menu.component.ts index 1f66e3754..4c35bb3a5 100644 --- a/client/src/app/menu/menu.component.ts +++ b/client/src/app/menu/menu.component.ts | |||
@@ -51,10 +51,6 @@ export class MenuComponent implements OnInit { | |||
51 | ) | 51 | ) |
52 | } | 52 | } |
53 | 53 | ||
54 | getUserAvatarUrl () { | ||
55 | return this.user.getAvatarUrl() | ||
56 | } | ||
57 | |||
58 | isRegistrationAllowed () { | 54 | isRegistrationAllowed () { |
59 | return this.serverService.getConfig().signup.allowed | 55 | return this.serverService.getConfig().signup.allowed |
60 | } | 56 | } |