Quick question: for widget we have a config option rememberMe
which according to the documentation is set to true. My question is - how does it cooperate with tenant configuration options:
- Remember user on sign in
- Show option for “Keep me signed in”
- If “keep me” is turned on, then
rememberMe: false
does not remove the checkbox from the widget - If “keep me” is turned off, then
rememberMe: true
does not show the checkbox
Can somebody please clarify how it’s supposed to work?
TIA,
phi1ipp