handle error

This commit is contained in:
2025-04-21 00:49:05 +02:00
parent 1080d3b4ad
commit 7aedbff784

View File

@@ -32,7 +32,8 @@ public partial class Login
}
catch (Exception)
{
throw;
UserDto.Password = string.Empty;
EditContext?.Validate();
}
finally
{