Skip to content
This repository has been archived by the owner on Mar 25, 2023. It is now read-only.

Commit

Permalink
fix(account-creation): Fix account "create" button is enabled for User (
Browse files Browse the repository at this point in the history
closes #953) (#959)
  • Loading branch information
HeyRoach authored Feb 13, 2018
1 parent 0b59f68 commit 7733c1b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/app/account/account-page/account-page.component.ts
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ export class AccountPageComponent {
private activatedRoute: ActivatedRoute
) { }

public isAdmin() {
public isAdmin(): boolean {
return this.authService.isAdmin();
}

Expand Down

0 comments on commit 7733c1b

Please sign in to comment.