Skip to content

Commit

Permalink
Compiler Requires Method to not be Private (#217)
Browse files Browse the repository at this point in the history
  • Loading branch information
ptvrajsk authored Oct 1, 2019
1 parent f912aa0 commit 9257ae5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/app/auth/auth.component.ts
Original file line number Diff line number Diff line change
Expand Up @@ -124,7 +124,7 @@ export class AuthComponent implements OnInit, OnDestroy {
/**
* @return boolean - true if authenticated, false if not.
*/
private isUserNotAuthenticated() {
isUserNotAuthenticated() {
return this.authState === AuthState.NotAuthenticated;
}

Expand Down

0 comments on commit 9257ae5

Please sign in to comment.