diff options
author | 杨宇千 <crupest@outlook.com> | 2019-07-23 16:47:53 +0800 |
---|---|---|
committer | 杨宇千 <crupest@outlook.com> | 2019-07-23 16:47:53 +0800 |
commit | 6191dbfdfa4f048e2f5a78729b49c8cf8a654ae3 (patch) | |
tree | 2740cfa1964024d080d1b842b20e918a3e8d8981 /Timeline/Services/JwtService.cs | |
parent | 918b685ad99a5abd430c9f9ae5a18bd296a32df9 (diff) | |
download | timeline-6191dbfdfa4f048e2f5a78729b49c8cf8a654ae3.tar.gz timeline-6191dbfdfa4f048e2f5a78729b49c8cf8a654ae3.tar.bz2 timeline-6191dbfdfa4f048e2f5a78729b49c8cf8a654ae3.zip |
WIP: Develop UserService. Remove unused components.
Diffstat (limited to 'Timeline/Services/JwtService.cs')
-rw-r--r-- | Timeline/Services/JwtService.cs | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/Timeline/Services/JwtService.cs b/Timeline/Services/JwtService.cs index b070ad62..f721971b 100644 --- a/Timeline/Services/JwtService.cs +++ b/Timeline/Services/JwtService.cs @@ -1,5 +1,4 @@ -using Microsoft.Extensions.Logging; -using Microsoft.Extensions.Options; +using Microsoft.Extensions.Options; using Microsoft.IdentityModel.Tokens; using System; using System.IdentityModel.Tokens.Jwt; |