1
0
mirror of https://github.com/bitwarden/server.git synced 2025-06-30 15:42:48 -05:00

Delete SM beta enrolment endpoint (#3211)

This commit is contained in:
Thomas Rittson
2023-08-21 08:20:49 +10:00
committed by GitHub
parent 1c3afcdffc
commit f9452e7b77
2 changed files with 0 additions and 39 deletions

View File

@ -1,6 +0,0 @@
namespace Bit.Api.Models.Request.Organizations;
public class OrganizationEnrollSecretsManagerRequestModel
{
public bool Enabled { get; set; }
}