diff --git a/src/dotnet/QuantEngine.Web/Components/App.razor b/src/dotnet/QuantEngine.Web/Components/App.razor index e5e8635..4fb75fb 100644 --- a/src/dotnet/QuantEngine.Web/Components/App.razor +++ b/src/dotnet/QuantEngine.Web/Components/App.razor @@ -37,5 +37,4 @@ } @using QuantEngine.Web.Client.Theme - diff --git a/src/dotnet/QuantEngine.Web/Components/Routes.razor b/src/dotnet/QuantEngine.Web/Components/Routes.razor index 8fe12d7..2bb4e60 100644 --- a/src/dotnet/QuantEngine.Web/Components/Routes.razor +++ b/src/dotnet/QuantEngine.Web/Components/Routes.razor @@ -1,9 +1,12 @@ +@using System.Reflection @using QuantEngine.Web.Client @using QuantEngine.Web.Client.Pages @using QuantEngine.Web.Client.Layout - + @@ -14,3 +17,10 @@ + +@code { + private static readonly Assembly[] AdditionalAssemblies = + { + typeof(QuantEngine.Web.Client.Pages.Dashboard).Assembly, + }; +} diff --git a/test-results/login-input-filled.png b/test-results/login-input-filled.png index 6078ae4..46386b0 100644 Binary files a/test-results/login-input-filled.png and b/test-results/login-input-filled.png differ