1
0
mirror of https://github.com/bitwarden/server synced 2025-12-19 09:43:25 +00:00

Fix swagger errors (#2277)

This commit is contained in:
Oscar Hinton
2022-09-15 17:14:35 +02:00
committed by GitHub
parent 287dc2e06b
commit 3a8f344202
3 changed files with 4 additions and 3 deletions

View File

@@ -229,6 +229,7 @@ public class TwoFactorController : Controller
}
[HttpPost("get-webauthn-challenge")]
[ApiExplorerSettings(IgnoreApi = true)] // Disable Swagger due to CredentialCreateOptions not converting properly
public async Task<CredentialCreateOptions> GetWebAuthnChallenge([FromBody] SecretVerificationRequestModel model)
{
var user = await CheckAsync(model, true);