signout()

in src/app/main/main.component.ts [245:248]


  signout() {
    this.resetUIOnSingout();
    this.dataService.signout();
  }