POST-os hívás tesztje az authentikációhoz

This commit is contained in:
2025-01-21 16:21:48 +01:00
parent 177aa668a6
commit 862f0a148b
8 changed files with 82 additions and 14 deletions
+2 -5
View File
@@ -9,11 +9,8 @@ namespace WorkFlowCheck.MAUI
{
InitializeComponent();
//MainPage = new AppShell();
var mainPage = new MainPage();
mainPage.Initialize(serviceProvider.GetRequiredService<IUserService>());
MainPage = mainPage;
MainPage = serviceProvider.GetRequiredService<MainPage>();
}
}
}