diff options
author | 杨宇千 <crupest@outlook.com> | 2019-07-20 17:52:30 +0800 |
---|---|---|
committer | 杨宇千 <crupest@outlook.com> | 2019-07-20 17:52:30 +0800 |
commit | 8ff8e6b6fa823ea79ec30a4b62736fe0fb3e5b53 (patch) | |
tree | be100242d13e0745f01a77b59cacca1025814f84 /Timeline/Services/JwtService.cs | |
parent | 3de4179449a209646e0e5a967d270f7fa0878c03 (diff) | |
download | timeline-8ff8e6b6fa823ea79ec30a4b62736fe0fb3e5b53.tar.gz timeline-8ff8e6b6fa823ea79ec30a4b62736fe0fb3e5b53.tar.bz2 timeline-8ff8e6b6fa823ea79ec30a4b62736fe0fb3e5b53.zip |
Add version column in user database.
Diffstat (limited to 'Timeline/Services/JwtService.cs')
-rw-r--r-- | Timeline/Services/JwtService.cs | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/Timeline/Services/JwtService.cs b/Timeline/Services/JwtService.cs index f5df59a5..2139ba56 100644 --- a/Timeline/Services/JwtService.cs +++ b/Timeline/Services/JwtService.cs @@ -7,7 +7,6 @@ using System.Linq; using System.Security.Claims; using System.Text; using Timeline.Configs; -using Timeline.Entities; namespace Timeline.Services { |