signin()

in src/app/main/main.component.ts [240:243]


  signin() {
    this.clearDataFromLocalStorage();
    this.dataService.signin();
  }