Closed luke- closed 1 year ago
Calls via the app should always remain alive until logout.
So the Remember Me option should not be available, as it would be also required for Notifications.
Remember Me
We are using JS injection to hide remember me check box div. document.querySelector('#account-login-form > div.form-group.field-login-rememberme').style.display='none';
remember me
document.querySelector('#account-login-form > div.form-group.field-login-rememberme').style.display='none';
Calls via the app should always remain alive until logout.
So the
Remember Me
option should not be available, as it would be also required for Notifications.