Commit 5b60a87
Refactor AuthService to use Axios instead of HTTP module (#1063)
* Refactor AuthService to use Axios instead of HTTP module
* Update authService.ts
* fix unit test
* Replace HEAD with GET & improve success message
* Update unit test with GET request
* update success message
* Add label for API Key input field
* fix test
---------
Co-authored-by: greensd4 <[email protected]>
Co-authored-by: greensd4 <[email protected]>1 parent c4d250c commit 5b60a87
File tree
6 files changed
+234
-212
lines changed- src
- e2e/utils
- services
- unit
- webview
6 files changed
+234
-212
lines changedSome generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
919 | 919 | | |
920 | 920 | | |
921 | 921 | | |
| 922 | + | |
922 | 923 | | |
923 | 924 | | |
924 | 925 | | |
| |||
944 | 945 | | |
945 | 946 | | |
946 | 947 | | |
| 948 | + | |
947 | 949 | | |
948 | 950 | | |
949 | 951 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
19 | 19 | | |
20 | 20 | | |
21 | 21 | | |
22 | | - | |
| 22 | + | |
23 | 23 | | |
24 | 24 | | |
25 | 25 | | |
| |||
0 commit comments