update .NET MAUI client to reflect changes
This commit is contained in:
parent
21b9b090f9
commit
b7dbed5cd4
|
@ -12,7 +12,7 @@ else
|
||||||
}
|
}
|
||||||
|
|
||||||
@code {
|
@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 IDictionary<string, object> Parameters { get; set; }
|
||||||
private string message = "";
|
private string message = "";
|
||||||
|
|
||||||
|
|
|
@ -44,7 +44,7 @@ public static class MauiProgram
|
||||||
builder.Services.AddLocalization(options => options.ResourcesPath = "Resources");
|
builder.Services.AddLocalization(options => options.ResourcesPath = "Resources");
|
||||||
|
|
||||||
// register auth services
|
// register auth services
|
||||||
builder.Services.AddOqtaneAuthorization();
|
builder.Services.AddOqtaneAuthentication();
|
||||||
|
|
||||||
// register scoped core services
|
// register scoped core services
|
||||||
builder.Services.AddOqtaneScopedServices();
|
builder.Services.AddOqtaneScopedServices();
|
||||||
|
|
Loading…
Reference in New Issue
Block a user