mirror of
https://github.com/Alfresco/alfresco-ng2-components.git
synced 2025-05-12 17:04:57 +00:00
477 B
477 B
Added, Status
Added | Status |
---|---|
v2.0.0 | Active |
Logout directive
Logs the user out when the decorated element is clicked.
Basic Usage
<button adf-logout>Logout</button>
Properties
Name | Type | Default value | Description |
---|---|---|---|
redirectUri | string |
'login' | Uri to be redirect after the logout |
enableRedirect | boolean |
'true' | enable/disable redirect after logout |