private added + space removed

This commit is contained in:
NyxiumYuuki 2021-06-01 22:36:08 +02:00
parent 6c94581615
commit 7329ee5fe0

View file

@ -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;