From 0adea9eb464a3f2d5d73b2c8c26d32e0d1a3874b Mon Sep 17 00:00:00 2001 From: Roy Ben Shabat Date: Sun, 24 Feb 2019 00:57:14 +0200 Subject: Working on refresh tokens... --- Software/Visual_Studio/Tango.Web/Controllers/TangoController.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Software/Visual_Studio/Tango.Web/Controllers/TangoController.cs') 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 { -- cgit v1.3.1