change eventlog message
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
2024-01-17 14:38:24 +11:00
parent f68bd9637d
commit 1d1aa098a9
2 changed files with 1 additions and 1 deletions

View File

@@ -208,7 +208,7 @@ func ListSecrets(c *gin.Context) {
// Create audit record
a := models.Audit{
UserId: UserId,
EventText: fmt.Sprintf("Listed %d secrets, %+v", len(output), s),
EventText: fmt.Sprintf("Listed %d secrets accessible to user", len(output)),
}
a.AutidLogAdd()