mirror of
https://github.com/Alfresco/alfresco-ng2-components.git
synced 2025-07-24 17:32:15 +00:00
[ADF-3142] Added missing info about 'remember me' in login docs (#3448)
This commit is contained in:
committed by
Eugenio Romano
parent
cb70c034d2
commit
581867ad66
@@ -58,7 +58,11 @@ export class LoginComponent implements OnInit {
|
||||
|
||||
isPasswordShow: boolean = false;
|
||||
|
||||
/** Should the `Remember me` checkbox be shown? */
|
||||
/**
|
||||
* Should the `Remember me` checkbox be shown? When selected, this
|
||||
* option will remember the logged-in user after the browser is closed
|
||||
* to avoid logging in repeatedly.
|
||||
*/
|
||||
@Input()
|
||||
showRememberMe: boolean = true;
|
||||
|
||||
|
Reference in New Issue
Block a user