mirror of
https://github.com/bitwarden/server
synced 2025-12-13 23:03:36 +00:00
web policy for two factor apis
This commit is contained in:
@@ -15,7 +15,7 @@ using Newtonsoft.Json;
|
||||
namespace Bit.Api.Controllers
|
||||
{
|
||||
[Route("two-factor")]
|
||||
[Authorize("Application")]
|
||||
[Authorize("Web")]
|
||||
public class TwoFactorController : Controller
|
||||
{
|
||||
private readonly IUserService _userService;
|
||||
|
||||
Reference in New Issue
Block a user