Skip to content

Commit 3275fc2

Browse files
authored
Merge pull request #437 from ever-co/feature/EV-1217/logout-redirection
Feature/ev 1217/logout redirection
2 parents 9c5c15f + 7c9b395 commit 3275fc2

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
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(

0 commit comments

Comments
 (0)