Authenticate is jó a passwordhas-sel

This commit is contained in:
2025-01-21 16:20:55 +01:00
parent 30d82fc9bf
commit 177aa668a6
4 changed files with 20 additions and 9 deletions
+1 -1
View File
@@ -9,6 +9,6 @@ namespace WorkFlowCheck.DL.Entities
public string FirstName { get; set; } = null!;
public string LastName { get; set; } = null!;
public string UserName { get; set; } = null!;
public string PasswordHash { get; set; }
public string? PasswordHash { get; set; } = null;
}
}