Skip to content

Commit

Permalink
Merge pull request #437 from ever-co/feature/EV-1217/logout-redirection
Browse files Browse the repository at this point in the history
Feature/ev 1217/logout redirection
  • Loading branch information
evereq authored Apr 18, 2019
2 parents 9c5c15f + 7c9b395 commit 3275fc2
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -289,6 +289,8 @@ export class AdminAuthStrategy extends NbAuthStrategy {
private async _logout(): Promise<NbAuthResult> {
this.store.clear();

this.store.serverConnection = '200';

await this.apollo.getClient().resetStore();

return new NbAuthResult(
Expand Down

0 comments on commit 3275fc2

Please sign in to comment.