Bump to 6.0

This commit is contained in:
2023-04-03 09:01:24 +02:00
committed by darkstack
parent 3d4ff74d71
commit d379a43eb4
9 changed files with 29 additions and 16 deletions
@@ -20,7 +20,6 @@ namespace LaDOSE.Business.Service
{
if (string.IsNullOrEmpty(username) || string.IsNullOrEmpty(password))
return null;
var user = _context.ApplicationUser.SingleOrDefault(x => x.Username == username);
// check if username exists