mirror of
https://github.com/Alfresco/alfresco-ng2-components.git
synced 2025-07-24 17:32:15 +00:00
Merge branch 'master' into development
* master: [ADF-2825] - Form visibility fix on Master (#3237)
This commit is contained in:
@@ -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.
|
||||
|
||||

|
||||
|
||||
|
@@ -311,7 +311,7 @@ describe('AuthenticationService', () => {
|
||||
},
|
||||
(err: any) => {
|
||||
expect(err).toBeDefined();
|
||||
expect(authService.getTicketBpm()).toBe(null);
|
||||
expect(authService.getTicketBpm()).toBe(undefined);
|
||||
done();
|
||||
});
|
||||
|
||||
|
Reference in New Issue
Block a user