Authenticate is jó a passwordhas-sel
This commit is contained in:
@@ -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;
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user