Add state has changed
All checks were successful
Game Ideas build for PR / build_test (pull_request) Successful in 48s

This commit is contained in:
2025-05-18 16:26:19 +02:00
parent c7a77d1d9e
commit ecbce73a84
6 changed files with 23 additions and 5 deletions

View File

@@ -28,6 +28,8 @@ public partial class Login
try
{
IsLoading = true;
StateHasChanged();
await AuthGateway.Login(UserDto);
}
catch (Exception)