1
0
mirror of https://github.com/bitwarden/server.git synced 2025-04-05 13:08:17 -05:00

changed the value of the DirectorySynced event (#1520)

This commit is contained in:
Addison Beck 2021-08-17 16:19:15 -04:00 committed by GitHub
parent b5094c8718
commit 4400fdf57d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -28,7 +28,7 @@ namespace Bit.Core.Enums
SendCreated,
[EnumMember(Value = "send-accessed")]
SendAccessed,
[EnumMember(Value = "organization-imported")]
[EnumMember(Value = "directory-synced")]
DirectorySynced,
[EnumMember(Value = "vault-imported")]
VaultImported,