Skip to content

Commit e12200b

Browse files
authored
Merge pull request #439 from ever-co/develop
Develop
2 parents 6f5b6ad + 3275fc2 commit e12200b

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

admin/website-angular/src/app/@core/auth/admin-auth-strategy.service.ts

+2
Original file line numberDiff line numberDiff line change
@@ -289,6 +289,8 @@ export class AdminAuthStrategy extends NbAuthStrategy {
289289
private async _logout(): Promise<NbAuthResult> {
290290
this.store.clear();
291291

292+
this.store.serverConnection = '200';
293+
292294
await this.apollo.getClient().resetStore();
293295

294296
return new NbAuthResult(

backend/api/src/services/services.app.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -203,7 +203,7 @@ export class ServicesApp {
203203
await this._registerModels();
204204
await this._registerEntityAdministrator();
205205
this._passportSetup();
206-
this._startExpress();
206+
await this._startExpress();
207207
this._startSocketIO();
208208
}
209209

0 commit comments

Comments
 (0)