private added + space removed
This commit is contained in:
parent
6c94581615
commit
7329ee5fe0
1 changed files with 3 additions and 2 deletions
|
|
@ -10,9 +10,10 @@ import {environment} from "../../../environments/environment";
|
|||
export class AuthService {
|
||||
|
||||
// @ts-ignore
|
||||
islog: boolean;
|
||||
private islog: boolean;
|
||||
|
||||
constructor(private messageService: MessageService) { }
|
||||
constructor(private messageService: MessageService) {
|
||||
}
|
||||
|
||||
getLogged(): boolean {
|
||||
return this.islog;
|
||||
|
|
|
|||
Reference in a new issue