forked from hazza/dspace-angular
Merge remote-tracking branch 'origin/main' into #1171
# Conflicts: # src/app/submission/sections/upload/file/section-upload-file.component.html
This commit is contained in:
@@ -44,7 +44,8 @@ describe('AuthNavMenuComponent', () => {
|
||||
authenticated: false,
|
||||
loaded: false,
|
||||
blocking: false,
|
||||
loading: false
|
||||
loading: false,
|
||||
idle: false
|
||||
};
|
||||
authState = {
|
||||
authenticated: true,
|
||||
@@ -52,7 +53,8 @@ describe('AuthNavMenuComponent', () => {
|
||||
blocking: false,
|
||||
loading: false,
|
||||
authToken: new AuthTokenInfo('test_token'),
|
||||
userId: EPersonMock.id
|
||||
userId: EPersonMock.id,
|
||||
idle: false
|
||||
};
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user