From af5bab651a56a04468654c06057ab6d5ee28f18b Mon Sep 17 00:00:00 2001 From: crupest Date: Thu, 29 Apr 2021 19:17:03 +0800 Subject: refactor: ... --- BackEnd/Timeline/Services/Token/UserTokenHandler.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'BackEnd/Timeline/Services/Token/UserTokenHandler.cs') diff --git a/BackEnd/Timeline/Services/Token/UserTokenHandler.cs b/BackEnd/Timeline/Services/Token/UserTokenHandler.cs index 7b57a06c..c1633f4a 100644 --- a/BackEnd/Timeline/Services/Token/UserTokenHandler.cs +++ b/BackEnd/Timeline/Services/Token/UserTokenHandler.cs @@ -29,7 +29,7 @@ namespace Timeline.Services.Token if (key == null) { - throw new InvalidOperationException(Resources.Services.UserTokenService.JwtKeyNotExist); + throw new InvalidOperationException(Resource.ExceptionJwtKeyNotExist); } _tokenSecurityKey = new SymmetricSecurityKey(key); -- cgit v1.2.3