mirror of
https://github.com/DSpace/dspace-angular.git
synced 2025-10-07 10:04:11 +00:00
74612: Redirect bugfix
This commit is contained in:
@@ -453,7 +453,7 @@ export class AuthService {
|
|||||||
* Clear redirect url
|
* Clear redirect url
|
||||||
*/
|
*/
|
||||||
clearRedirectUrl() {
|
clearRedirectUrl() {
|
||||||
this.store.dispatch(new SetRedirectUrlAction(''));
|
this.store.dispatch(new SetRedirectUrlAction(undefined));
|
||||||
this.storage.remove(REDIRECT_COOKIE);
|
this.storage.remove(REDIRECT_COOKIE);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user