Add user management
This commit is contained in:
@@ -119,6 +119,9 @@ namespace InventoryTraker.Web.Helpers
|
||||
if (metadata.DataTypeName == "EmailAddress")
|
||||
input.Attr("type", "email");
|
||||
|
||||
if (metadata.DataTypeName == "Password")
|
||||
input.Attr("type", "password");
|
||||
|
||||
if (metadata.ModelType == typeof(DateTime))
|
||||
{
|
||||
//input.Attr("type", "date");
|
||||
|
||||
Reference in New Issue
Block a user