Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
fix: grammar
  • Loading branch information
DanielleMaywood committed Sep 25, 2024
commit e121fc6e92e2796eec7136c085274425d410faa0
2 changes: 1 addition & 1 deletion enterprise/audit/table.go
Original file line number Diff line number Diff line change
Expand Up @@ -145,7 +145,7 @@ var auditableResourcesTypes = map[any]map[string]Action{
"theme_preference": ActionIgnore,
"name": ActionTrack,
"github_com_user_id": ActionIgnore,
"hashed_one_time_passcode": ActionSecret, // Do not expose a users one time passcode.
"hashed_one_time_passcode": ActionSecret, // Do not expose a user's one time passcode.
"one_time_passcode_expires_at": ActionIgnore,
"must_reset_password": ActionIgnore,
},
Expand Down
Loading