mirror of
https://github.com/DSpace/dspace-angular.git
synced 2025-10-08 02:24:11 +00:00
add blocking state to make dealing with log in errors more user friendly
This commit is contained in:
@@ -43,11 +43,13 @@ describe('AuthNavMenuComponent', () => {
|
||||
notAuthState = {
|
||||
authenticated: false,
|
||||
loaded: false,
|
||||
blocking: false,
|
||||
loading: false
|
||||
};
|
||||
authState = {
|
||||
authenticated: true,
|
||||
loaded: true,
|
||||
blocking: false,
|
||||
loading: false,
|
||||
authToken: new AuthTokenInfo('test_token'),
|
||||
userId: EPersonMock.id
|
||||
|
Reference in New Issue
Block a user