Skip to content

Commit

Permalink
Fix spelling on audit authorization event types (#3153)
Browse files Browse the repository at this point in the history
  • Loading branch information
emcfarlane authored Jul 12, 2024
1 parent 02437af commit 2f39a05
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 10 deletions.
16 changes: 8 additions & 8 deletions private/gen/proto/go/buf/alpha/audit/v1alpha1/event.pb.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions proto/buf/alpha/audit/v1alpha1/event.proto
Original file line number Diff line number Diff line change
Expand Up @@ -113,8 +113,8 @@ enum EventType {
EVENT_TYPE_SERVER_UNIQUENESS_POLICY_ENABLED = 35;
EVENT_TYPE_SERVER_UNIQUENESS_POLICY_DISABLED = 36;
EVENT_TYPE_USER_AUTO_MERGED_FROM_NEW_IDP = 37;
EVENT_TYPE_DEVICE_AUTHROIZATION_GRANT_APPROVED = 41;
EVENT_TYPE_DEVICE_AUTHROIZATION_GRANT_DENIED = 42;
EVENT_TYPE_DEVICE_AUTHORIZATION_GRANT_APPROVED = 41;
EVENT_TYPE_DEVICE_AUTHORIZATION_GRANT_DENIED = 42;
}

// EventMetadata provides additional details about the audited event.
Expand Down

0 comments on commit 2f39a05

Please sign in to comment.