hoping that fixes the tzo factor option

... It needs unitary testing
This commit is contained in:
Paul Schneider 2019-11-14 14:09:06 +00:00
commit 4320295f0b
8 changed files with 77 additions and 27 deletions

View file

@ -14,9 +14,6 @@ namespace Yavsc.ViewModels.Account
public string ReturnUrl { get; set; }
[Display(Name = "Se souvenir de ce navigateur?")]
public bool RememberBrowser { get; set; }
[Display(Name = "Se souvenir de moi?")]
public bool RememberMe { get; set; }
}
}