Alan Torres

Results 3 comments of Alan Torres

Hi jmoseman01, i had the same problem i fixed it by setting the `should-apply` property of the directive to false, and then in my controller i created a function to...

Ok, i will check it, thanks

I think this should fix the problem. ` var user = await _userManager.Users.FirstOrDefaultAsync(a => a.UserName == userName) ?? await _userManager.Users.FirstOrDefaultAsync(a => a.EmailAddress == userName); ` Btw i´m still working on...