Fixed issue with authentication when SSR is disabled

This commit is contained in:
Giuseppe Digilio
2020-04-28 10:06:34 +02:00
parent 5c7cd4a27d
commit 4a65051641
3 changed files with 72 additions and 21 deletions

View File

@@ -150,4 +150,8 @@ export class AuthServiceStub {
getImpersonateID() {
return this.impersonating;
}
resetAuthenticationError() {
return;
}
}