Skip to content

Commit

Permalink
Merge pull request #439 from ever-co/develop
Browse files Browse the repository at this point in the history
Develop
  • Loading branch information
evereq authored Apr 18, 2019
2 parents 6f5b6ad + 3275fc2 commit e12200b
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
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
2 changes: 1 addition & 1 deletion backend/api/src/services/services.app.ts
Original file line number Diff line number Diff line change
Expand Up @@ -203,7 +203,7 @@ export class ServicesApp {
await this._registerModels();
await this._registerEntityAdministrator();
this._passportSetup();
this._startExpress();
await this._startExpress();
this._startSocketIO();
}

Expand Down

0 comments on commit e12200b

Please sign in to comment.