mirror of
https://github.com/Alfresco/alfresco-ng2-components.git
synced 2026-09-09 18:03:21 +00:00
618 B
618 B
Title, Added, Status
| Title | Added | Status |
|---|---|---|
| Logout directive | v2.0.0 | Active |
Logout directive
Logs the user out when the decorated element is clicked.
Basic Usage
<button adf-logout>Logout</button>
Class members
Properties
| Name | Type | Default value | Description |
|---|---|---|---|
| enableRedirect | boolean |
true | Enable redirecting after logout |
| redirectUri | string |
"/login" | URI to redirect to after logging out. |