diff --git a/docs/core/login.component.md b/docs/core/login.component.md index b4f6159267..10deb3208f 100644 --- a/docs/core/login.component.md +++ b/docs/core/login.component.md @@ -6,7 +6,7 @@ Last reviewed: 2018-03-19 # Login component -Authenticates to Alfresco Content Services and Alfresco Process Services. +Authenticates to Alfresco Content Services and or Alfresco Process Services. ![Login component](../docassets/images/custom-footer.png) diff --git a/lib/core/services/authentication.service.spec.ts b/lib/core/services/authentication.service.spec.ts index ef0ee38202..072bb9934b 100644 --- a/lib/core/services/authentication.service.spec.ts +++ b/lib/core/services/authentication.service.spec.ts @@ -311,7 +311,7 @@ describe('AuthenticationService', () => { }, (err: any) => { expect(err).toBeDefined(); - expect(authService.getTicketBpm()).toBe(null); + expect(authService.getTicketBpm()).toBe(undefined); done(); });