mirror of
https://github.com/DSpace/dspace-angular.git
synced 2025-10-12 04:23:04 +00:00
Fixed issue with authentication when SSR is disabled
This commit is contained in:
@@ -150,4 +150,8 @@ export class AuthServiceStub {
|
||||
getImpersonateID() {
|
||||
return this.impersonating;
|
||||
}
|
||||
|
||||
resetAuthenticationError() {
|
||||
return;
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user