diff --git a/MyApp/Configure.Auth.cs b/MyApp/Configure.Auth.cs index 1cf8a63..3cbdace 100644 --- a/MyApp/Configure.Auth.cs +++ b/MyApp/Configure.Auth.cs @@ -30,6 +30,10 @@ public void Configure(IWebHostBuilder builder) => builder { c.FieldsPerRow(2); }), + Input.For(x => x.DisplayName, c => + { + c.FieldsPerRow(2); + }), Input.For(x => x.ProfilePath) ];