diff options
author | crupest <crupest@outlook.com> | 2019-03-04 19:45:49 +0800 |
---|---|---|
committer | crupest <crupest@outlook.com> | 2019-03-04 19:45:49 +0800 |
commit | 0ae0459be4f9eade994acbca65a60070672854fb (patch) | |
tree | fd003b7971e34f07d12a32274c9d4a1113b0862a /Timeline/Configs | |
parent | cd28058f07fda57f6569316723f776f1b9b80e50 (diff) | |
download | timeline-0ae0459be4f9eade994acbca65a60070672854fb.tar.gz timeline-0ae0459be4f9eade994acbca65a60070672854fb.tar.bz2 timeline-0ae0459be4f9eade994acbca65a60070672854fb.zip |
Migrate todo page from Azure DevOps WorkItems to Github Issues.
Diffstat (limited to 'Timeline/Configs')
-rw-r--r-- | Timeline/Configs/JwtConfig.cs | 5 | ||||
-rw-r--r-- | Timeline/Configs/TodoPageConfig.cs | 21 |
2 files changed, 0 insertions, 26 deletions
diff --git a/Timeline/Configs/JwtConfig.cs b/Timeline/Configs/JwtConfig.cs index 570e4083..9550424e 100644 --- a/Timeline/Configs/JwtConfig.cs +++ b/Timeline/Configs/JwtConfig.cs @@ -1,8 +1,3 @@ -using System; -using System.Collections.Generic; -using System.Linq; -using System.Threading.Tasks; - namespace Timeline.Configs { public class JwtConfig diff --git a/Timeline/Configs/TodoPageConfig.cs b/Timeline/Configs/TodoPageConfig.cs deleted file mode 100644 index d49e9dc3..00000000 --- a/Timeline/Configs/TodoPageConfig.cs +++ /dev/null @@ -1,21 +0,0 @@ -using System; -using System.Collections.Generic; -using System.Linq; -using System.Threading.Tasks; - -namespace Timeline.Configs -{ - public class AzureDevOpsAccessInfo - { - public string Username { get; set; } - public string PersonalAccessToken { get; set; } - public string Organization { get; set; } - public string Project { get; set; } - - } - - public class TodoPageConfig - { - public AzureDevOpsAccessInfo AzureDevOpsAccessInfo { get; set; } - } -} |