You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Current behavior:
Remember me option is being unused inside of login.component.ts causing it to be shown regardless if set to false
Expected behavior:
If false don't show remember me...
Steps to reproduce:
Set remember me to true
login: {redirectDelay: 2000,rememberMe: false,// whether to show or not the `rememberMe` checkboxshowMessages: {// show/not show success/error messagessuccess: true,error: true,}},
Issue type
I'm submitting a ... (check one with "x")
Issue description
Current behavior:
Remember me option is being unused inside of login.component.ts causing it to be shown regardless if set to false
Expected behavior:
If false don't show remember me...
Steps to reproduce:
Set remember me to true
Related code:
Nebular github repo:
https://github.com/akveo/nebular/blob/master/src/framework/auth/components/login/login.component.ts
It isnt checking or even getting this config value, nor is there a ngIf check on the value both snippets from nebulars repo
Nor is there a check inside of the HTML
The text was updated successfully, but these errors were encountered: