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 | a97a7c58c6d7b998432cbe3b09cedee463c46653 (patch) | |
tree | be100242d13e0745f01a77b59cacca1025814f84 /Timeline/Services | |
parent | f0a317cc511a4a7b04a701c32881d1e3331f3711 (diff) | |
download | timeline-a97a7c58c6d7b998432cbe3b09cedee463c46653.tar.gz timeline-a97a7c58c6d7b998432cbe3b09cedee463c46653.tar.bz2 timeline-a97a7c58c6d7b998432cbe3b09cedee463c46653.zip |
Add version column in user database.
Diffstat (limited to 'Timeline/Services')
-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 { |