diff options
author | crupest <crupest@outlook.com> | 2019-03-04 19:58:48 +0800 |
---|---|---|
committer | crupest <crupest@outlook.com> | 2019-03-04 19:58:48 +0800 |
commit | 4daf2ce80df373fa38d32c74ee475f33a07b18f1 (patch) | |
tree | 09573a7ed1eb98c21a3694f1155022b573951310 /Timeline/Configs | |
parent | 38a1d4de0c5d9be5dff1da32356fb4b20ff16181 (diff) | |
parent | aca753fba19a221f1aec65030ba4aec4bc34f576 (diff) | |
download | timeline-4daf2ce80df373fa38d32c74ee475f33a07b18f1.tar.gz timeline-4daf2ce80df373fa38d32c74ee475f33a07b18f1.tar.bz2 timeline-4daf2ce80df373fa38d32c74ee475f33a07b18f1.zip |
Merge branch 'master' into user
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; } - } -} |