mirror of
https://github.com/Alfresco/alfresco-ng2-components.git
synced 2025-05-12 17:04:57 +00:00
* [ADF-4249] Updated review checker tool to work with new doc subfolders * [ADF-4249] Updates for doc review
661 B
661 B
Title, Added, Status, Last reviewed
Title | Added | Status | Last reviewed |
---|---|---|---|
Logout directive | v2.0.0 | Active | 2019-03-20 |
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. |