Add authentication and authorization #21

Merged
Egamorf merged 9 commits from feature/authentification-and-authorization into main 2025-04-21 01:53:59 +02:00
Showing only changes of commit 7aedbff784 - Show all commits

View File

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