handle error
This commit is contained in:
@@ -32,7 +32,8 @@ public partial class Login
|
|||||||
}
|
}
|
||||||
catch (Exception)
|
catch (Exception)
|
||||||
{
|
{
|
||||||
throw;
|
UserDto.Password = string.Empty;
|
||||||
|
EditContext?.Validate();
|
||||||
}
|
}
|
||||||
finally
|
finally
|
||||||
{
|
{
|
||||||
|
|||||||
Reference in New Issue
Block a user