Work in edit travel. Login DOES NOT wok!

This commit is contained in:
Eneko Nieto
2021-02-07 23:16:24 +01:00
parent 99be20f47e
commit 386ab547bd
10 changed files with 45 additions and 19 deletions

View File

@@ -30,10 +30,6 @@ export class AppComponent {
this.router.navigate(['/']);
}
});
// Optional
if (authConfig.useSilentRefresh) {
this.oauthService.setupAutomaticSilentRefresh();
}
this.oauthService.setupAutomaticSilentRefresh();
}
}