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

[PM-9361] Generate Swagger specs in CI for the SDK (#4428)

Co-authored-by: Oscar Hinton <Hinton@users.noreply.github.com>
This commit is contained in:
Daniel García
2024-08-20 15:34:22 +02:00
committed by GitHub
parent 8253de350b
commit 1a584b4477
2 changed files with 44 additions and 2 deletions

View File

@ -80,6 +80,7 @@ public class OrganizationAuthRequestsController : Controller
await _updateOrganizationAuthRequestCommand.UpdateAsync(orgId, model.Select(x => x.ToOrganizationAuthRequestUpdate()));
}
[NonAction]
public async Task ValidateAdminRequest(Guid orgId)
{
if (!await _currentContext.ManageResetPassword(orgId))