mirror of
https://github.com/Alfresco/alfresco-ng2-components.git
synced 2025-07-24 17:32:15 +00:00
[ADF-3745] Updates for doc review (#3989)
This commit is contained in:
committed by
Eugenio Romano
parent
6e8677a768
commit
383b74151a
@@ -24,11 +24,11 @@ import { AuthenticationService } from '../services/authentication.service';
|
||||
})
|
||||
export class LogoutDirective implements OnInit {
|
||||
|
||||
/** Uri to be redirect after the logout default value login */
|
||||
/** URI to redirect to after logging out. */
|
||||
@Input()
|
||||
redirectUri: string = '/login';
|
||||
|
||||
/** Enable redirect after logout */
|
||||
/** Enable redirecting after logout */
|
||||
@Input()
|
||||
enableRedirect: boolean = true;
|
||||
|
||||
|
Reference in New Issue
Block a user