Implemented new permission and identity system

This commit is contained in:
Marcel Baumgartner
2023-07-17 00:48:27 +02:00
parent 74d4ee729d
commit 0a86aa8aa4
86 changed files with 2372 additions and 2107 deletions

View File

@@ -228,7 +228,7 @@ else
{
if (firstRender)
{
User = await IdentityService.Get();
User = IdentityService.User;
await InvokeAsync(StateHasChanged);
}