Kleinere optische Anpassungen

This commit is contained in:
Andre Beging
2022-05-30 11:04:19 +02:00
parent 45325e339c
commit 4039534547
10 changed files with 117 additions and 50 deletions

View File

@@ -139,7 +139,7 @@ namespace FoodsharingSiegen.Server.Auth
return new OperationResult();
}
return new OperationResult(new Exception("Invalid"));
return new OperationResult(new Exception("Benutzername oder Passwort falsch"));
}
#endregion