We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 6f5b6ad + 3275fc2 commit e12200bCopy full SHA for e12200b
admin/website-angular/src/app/@core/auth/admin-auth-strategy.service.ts
@@ -289,6 +289,8 @@ export class AdminAuthStrategy extends NbAuthStrategy {
289
private async _logout(): Promise<NbAuthResult> {
290
this.store.clear();
291
292
+ this.store.serverConnection = '200';
293
+
294
await this.apollo.getClient().resetStore();
295
296
return new NbAuthResult(
backend/api/src/services/services.app.ts
@@ -203,7 +203,7 @@ export class ServicesApp {
203
await this._registerModels();
204
await this._registerEntityAdministrator();
205
this._passportSetup();
206
- this._startExpress();
+ await this._startExpress();
207
this._startSocketIO();
208
}
209
0 commit comments