mirror of
https://github.com/DSpace/dspace-angular.git
synced 2025-10-08 10:34:15 +00:00
fixes
This commit is contained in:
@@ -135,6 +135,7 @@ export class AuthEffects {
|
||||
public logOutSuccess$: Observable<Action> = this.actions$
|
||||
.ofType(AuthActionTypes.LOG_OUT_SUCCESS)
|
||||
.do(() => this.authService.removeToken())
|
||||
.do(() => this.authService.clearRedirectUrl())
|
||||
.do(() => this.authService.refreshAfterLogout());
|
||||
|
||||
@Effect({dispatch: false})
|
||||
|
Reference in New Issue
Block a user