Additional audit logs

This commit is contained in:
Andre Beging
2022-05-31 17:57:41 +02:00
parent e21c9a7b52
commit c8af03e205
3 changed files with 12 additions and 8 deletions

View File

@@ -20,8 +20,6 @@ namespace FoodsharingSiegen.Server.Data
{
case AuditType.SaveProfile:
return "hat das eigene Profil gespeichert.";
case AuditType.SetOwnPassword:
return "hat das eigene Passwort geändert.";
case AuditType.CreateUser:
return $"hat den User {audit.Data1} erstellt.";
case AuditType.UpdateUser: