mirror of
https://github.com/DSpace/dspace-angular.git
synced 2025-10-17 23:13:04 +00:00
add blocking state to make dealing with log in errors more user friendly
This commit is contained in:
@@ -34,6 +34,7 @@ describe('UserMenuComponent', () => {
|
||||
authState = {
|
||||
authenticated: true,
|
||||
loaded: true,
|
||||
blocking: false,
|
||||
loading: false,
|
||||
authToken: new AuthTokenInfo('test_token'),
|
||||
userId: EPersonMock.id
|
||||
@@ -41,6 +42,7 @@ describe('UserMenuComponent', () => {
|
||||
authStateLoading = {
|
||||
authenticated: true,
|
||||
loaded: true,
|
||||
blocking: false,
|
||||
loading: true,
|
||||
authToken: null,
|
||||
userId: EPersonMock.id
|
||||
|
Reference in New Issue
Block a user