mirror of
https://github.com/DSpace/dspace-angular.git
synced 2025-10-07 01:54:15 +00:00
74612: Redirect bugfix
This commit is contained in:
@@ -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);
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user