From 7c37a5885437aaf97b9986b7cc2941b5e4316003 Mon Sep 17 00:00:00 2001 From: crupest Date: Sat, 24 Apr 2021 22:01:27 +0800 Subject: refactor: Move token services. --- BackEnd/Timeline/Auth/MyAuthenticationHandler.cs | 1 + 1 file changed, 1 insertion(+) (limited to 'BackEnd/Timeline/Auth/MyAuthenticationHandler.cs') diff --git a/BackEnd/Timeline/Auth/MyAuthenticationHandler.cs b/BackEnd/Timeline/Auth/MyAuthenticationHandler.cs index f3d18a0e..fe27814a 100644 --- a/BackEnd/Timeline/Auth/MyAuthenticationHandler.cs +++ b/BackEnd/Timeline/Auth/MyAuthenticationHandler.cs @@ -14,6 +14,7 @@ using System.Threading.Tasks; using Timeline.Models; using Timeline.Models.Http; using Timeline.Services; +using Timeline.Services.Token; namespace Timeline.Auth { -- cgit v1.2.3