1
0
mirror of https://github.com/bitwarden/server.git synced 2025-07-02 08:32:50 -05:00

built out the organization edit event from the admin portal (#1508)

* built out the organization edit event from the admin portal

* removed unneeded override

* added some space

* fixed the space
This commit is contained in:
Addison Beck
2021-08-11 12:44:30 -04:00
committed by GitHub
parent c22dc71c49
commit f55708d748
6 changed files with 19 additions and 9 deletions

View File

@ -38,7 +38,7 @@ namespace Bit.Core.Enums
GroupCreated,
[EnumMember(Value = "collection-created")]
CollectionCreated,
[EnumMember(Value = "sales-assisted")]
SalesAssisted
[EnumMember(Value = "organization-edited-by-admin")]
OrganizationEditedByAdmin
}
}