update .NET MAUI client to reflect changes

This commit is contained in:
sbwalker
2024-02-02 10:56:24 -05:00
parent 21b9b090f9
commit b7dbed5cd4
2 changed files with 2 additions and 2 deletions

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();