webdav portal bug fixes

This commit is contained in:
vfedosevich 2015-01-13 05:12:44 -08:00
parent 7dd090820b
commit 70daade557
3 changed files with 3 additions and 3 deletions

View file

@ -12,6 +12,7 @@ using WebsitePanel.WebDav.Core;
namespace WebsitePanel.WebDavPortal.Controllers
{
[AllowAnonymous]
public class AccountController : Controller
{
private readonly ICryptography _cryptography;