From a4a75188bd17e31b39a02511bbd6d628bab5c909 Mon Sep 17 00:00:00 2001 From: crupest Date: Sun, 25 Apr 2021 21:20:04 +0800 Subject: ... --- BackEnd/Timeline/Controllers/ControllerAuthExtensions.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'BackEnd/Timeline/Controllers/ControllerAuthExtensions.cs') diff --git a/BackEnd/Timeline/Controllers/ControllerAuthExtensions.cs b/BackEnd/Timeline/Controllers/ControllerAuthExtensions.cs index 9096978d..9fcb727a 100644 --- a/BackEnd/Timeline/Controllers/ControllerAuthExtensions.cs +++ b/BackEnd/Timeline/Controllers/ControllerAuthExtensions.cs @@ -2,7 +2,7 @@ using System; using System.Security.Claims; using Timeline.Auth; -using Timeline.Services; +using Timeline.Services.User; using static Timeline.Resources.Controllers.ControllerAuthExtensions; namespace Timeline.Controllers -- cgit v1.2.3