Refactoring header
All checks were successful
Game Ideas build for PR / build_test (pull_request) Successful in 1m13s

This commit is contained in:
2025-04-29 21:15:59 +02:00
parent f515358008
commit aeb3c21018
12 changed files with 107 additions and 95 deletions

View File

@@ -14,7 +14,7 @@ public partial class UserMenu
{
ContentVisile = false;
await AuthGateway.Logout();
NavigationManager.NavigateTo("/Games");
NavigationManager.NavigateTo("/");
}
private void HandleAccountClicked()