You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The reason for this is because it will become easier to compare incoming names with the one inside the db if we just store them all ToLower() while the user can input whatever they want but we compare their input ToLower()
When setting an entities name, add the ToLower() on top of the Trim()
The text was updated successfully, but these errors were encountered:
The reason for this is because it will become easier to compare incoming names with the one inside the db if we just store them all ToLower() while the user can input whatever they want but we compare their input ToLower()
When setting an entities name, add the ToLower() on top of the Trim()
The text was updated successfully, but these errors were encountered: