From 657fb589137099794e58fbd35beb7d942b376965 Mon Sep 17 00:00:00 2001 From: crupest Date: Sun, 25 Apr 2021 21:20:04 +0800 Subject: ... --- BackEnd/Timeline/Auth/MyAuthenticationHandler.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'BackEnd/Timeline/Auth/MyAuthenticationHandler.cs') diff --git a/BackEnd/Timeline/Auth/MyAuthenticationHandler.cs b/BackEnd/Timeline/Auth/MyAuthenticationHandler.cs index fe27814a..affed7a5 100644 --- a/BackEnd/Timeline/Auth/MyAuthenticationHandler.cs +++ b/BackEnd/Timeline/Auth/MyAuthenticationHandler.cs @@ -13,8 +13,8 @@ using System.Text.Json; using System.Threading.Tasks; using Timeline.Models; using Timeline.Models.Http; -using Timeline.Services; using Timeline.Services.Token; +using Timeline.Services.User; namespace Timeline.Auth { -- cgit v1.2.3