mirror of
https://github.com/DSpace/dspace-angular.git
synced 2025-10-17 23:13:04 +00:00
made the redirect after logging out blocking as well
This commit is contained in:
@@ -239,8 +239,8 @@ describe('authReducer', () => {
|
||||
authToken: undefined,
|
||||
error: undefined,
|
||||
loaded: false,
|
||||
blocking: false,
|
||||
loading: false,
|
||||
blocking: true,
|
||||
loading: true,
|
||||
info: undefined,
|
||||
refreshing: false,
|
||||
userId: undefined
|
||||
|
Reference in New Issue
Block a user