70373: Remove unnecessary route navigate

This commit is contained in:
Kristof De Langhe
2020-04-16 15:12:41 +02:00
parent 5e94cf379c
commit a6d7b6444c

View File

@@ -460,7 +460,6 @@ export class AuthService {
* Refresh route navigated
*/
public refreshAfterLogout() {
this.router.navigate(['/home']);
// Hard redirect to home page, so that all state is definitely lost
this._window.nativeWindow.location.href = '/home';
}