mirror of
https://github.com/Alfresco/alfresco-ng2-components.git
synced 2025-07-24 17:32:15 +00:00
[ADF-3191] Not able to login only to BPM or ECM (#3478)
* disable random test * host setting component reset JS-API * reload api after user prefrence change * remove replicate reset * missing semicolon * deprecate provider property * remove trailing space * check new value before to set
This commit is contained in:
@@ -34,7 +34,6 @@ Authenticates to Alfresco Content Services and Alfresco Process Services.
|
||||
|
||||
```html
|
||||
<adf-login
|
||||
providers="ECM"
|
||||
successRoute="/home">
|
||||
</adf-login>
|
||||
```
|
||||
@@ -73,7 +72,6 @@ Authenticates to Alfresco Content Services and Alfresco Process Services.
|
||||
|
||||
```html
|
||||
<adf-login
|
||||
providers="ALL"
|
||||
(success)="mySuccessMethod($event)"
|
||||
(error)="myErrorMethod($event)">
|
||||
</adf-login>
|
||||
|
Reference in New Issue
Block a user