aboutsummaryrefslogtreecommitdiffstats
path: root/Software/Visual_Studio/Tango.Web/Controllers/TangoController.cs
diff options
context:
space:
mode:
Diffstat (limited to 'Software/Visual_Studio/Tango.Web/Controllers/TangoController.cs')
-rw-r--r--Software/Visual_Studio/Tango.Web/Controllers/TangoController.cs2
1 files changed, 1 insertions, 1 deletions
diff --git a/Software/Visual_Studio/Tango.Web/Controllers/TangoController.cs b/Software/Visual_Studio/Tango.Web/Controllers/TangoController.cs
index 854d1cf96..32cc3f83c 100644
--- a/Software/Visual_Studio/Tango.Web/Controllers/TangoController.cs
+++ b/Software/Visual_Studio/Tango.Web/Controllers/TangoController.cs
@@ -11,7 +11,7 @@ using System.Web.Http;
using System.Web.Http.Controllers;
using Tango.Logging;
using Tango.Transport.Web;
-using Tango.Web.Authentication;
+using Tango.Web.Security;
namespace Tango.Web.Controllers
{