Skip to content

Commit

Permalink
fix Bug 65279
Browse files Browse the repository at this point in the history
  • Loading branch information
SuhorukovAnton committed Dec 6, 2023
1 parent dbb0b2b commit dec8192
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions web/ASC.Web.Api/Api/Settings/TfaappController.cs
Original file line number Diff line number Diff line change
Expand Up @@ -152,6 +152,7 @@ public async Task<IEnumerable<TfaSettingsDto>> GetTfaSettingsAsync()
///<path>api/2.0/settings/tfaapp/validate</path>
///<httpMethod>POST</httpMethod>
[HttpPost("tfaapp/validate")]
[AllowNotPayment]
[Authorize(AuthenticationSchemes = "confirm", Roles = "TfaActivation,TfaAuth,Everyone")]
public async Task<bool> TfaValidateAuthCodeAsync(TfaValidateRequestsDto inDto)
{
Expand Down

0 comments on commit dec8192

Please sign in to comment.