("LastName")
.IsRequired()
.HasColumnType("nvarchar(max)");
diff --git a/src/Services/Identity/Identity.API/Models/ApplicationUser.cs b/src/Services/Identity/Identity.API/Models/ApplicationUser.cs
index ee5e8d089..aaf8cc1ce 100644
--- a/src/Services/Identity/Identity.API/Models/ApplicationUser.cs
+++ b/src/Services/Identity/Identity.API/Models/ApplicationUser.cs
@@ -27,5 +27,9 @@
public string Name { get; set; }
[Required]
public string LastName { get; set; }
+ [Required]
+ public string JobTitle { get; set; }
+
+ public string Company { get; set; }
}
}
diff --git a/src/Services/Identity/Identity.API/Views/Account/_RegisterPartial-SPA.cshtml b/src/Services/Identity/Identity.API/Views/Account/_RegisterPartial-SPA.cshtml
index 899499c10..46521b3f9 100644
--- a/src/Services/Identity/Identity.API/Views/Account/_RegisterPartial-SPA.cshtml
+++ b/src/Services/Identity/Identity.API/Views/Account/_RegisterPartial-SPA.cshtml
@@ -46,6 +46,16 @@
+
+
+
+
+
+
+
+
+
+
Credit Card
diff --git a/src/Web/WebSPA/wwwroot/favicon.ico b/src/Web/WebSPA/wwwroot/favicon.ico
new file mode 100644
index 000000000..a8570bc42
Binary files /dev/null and b/src/Web/WebSPA/wwwroot/favicon.ico differ