Merge pull request #3730 from sbwalker/dev

update .NET MAUI client to reflect changes
This commit is contained in:
Shaun Walker 2024-02-02 10:56:35 -05:00 committed by GitHub
commit 213e6fab57
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 2 additions and 2 deletions

View File

@ -12,7 +12,7 @@ else
}
@code {
Type ComponentType = Type.GetType("Oqtane.Routes, Oqtane.Client");
Type ComponentType = Type.GetType("Oqtane.UI.Routes, Oqtane.Client");
private IDictionary<string, object> Parameters { get; set; }
private string message = "";

View File

@ -44,7 +44,7 @@ public static class MauiProgram
builder.Services.AddLocalization(options => options.ResourcesPath = "Resources");
// register auth services
builder.Services.AddOqtaneAuthorization();
builder.Services.AddOqtaneAuthentication();
// register scoped core services
builder.Services.AddOqtaneScopedServices();