1
0
mirror of https://github.com/bitwarden/server.git synced 2025-07-02 00:22:50 -05:00

web policy for two factor apis

This commit is contained in:
Kyle Spearrin
2017-06-26 09:09:30 -04:00
parent eea2ae30b4
commit 12da107c51
2 changed files with 10 additions and 1 deletions

View File

@ -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;