74612: Redirect bugfix

This commit is contained in:
Kristof De Langhe
2020-11-24 10:36:50 +01:00
parent ab755d3fd9
commit b2369b237e

View File

@@ -453,7 +453,7 @@ export class AuthService {
* Clear redirect url
*/
clearRedirectUrl() {
this.store.dispatch(new SetRedirectUrlAction(''));
this.store.dispatch(new SetRedirectUrlAction(undefined));
this.storage.remove(REDIRECT_COOKIE);
}