I have following auth service file
export class AuthService { url = environment.url; user = null; authenticationState = new BehaviorSubject(false