removes the 2FA store implementation since that will need to be manually enabled

This commit is contained in:
Shannon
2020-12-01 18:14:37 +11:00
parent 4671d9d23b
commit fe5dcd83bb
5 changed files with 73 additions and 107 deletions

View File

@@ -340,9 +340,7 @@ namespace Umbraco.Web.BackOffice.Controllers
StatusCode = StatusCodes.Status402PaymentRequired
};
//return verifyResponse;
return verifyResponse;
}
// return BadRequest (400), we don't want to return a 401 because that get's intercepted