diff options
author | crupest <crupest@outlook.com> | 2021-01-09 01:07:35 +0800 |
---|---|---|
committer | crupest <crupest@outlook.com> | 2021-01-09 01:07:35 +0800 |
commit | 3da3793282a2bb50f7f3e39fbe08efee7582743b (patch) | |
tree | afc2952ccbb8baa05980ade935648dcc3b560845 /FrontEnd/src/app/http/token.ts | |
parent | 6d30c089c02591ce2f57cf22fe0c41c17c62fbc3 (diff) | |
download | timeline-3da3793282a2bb50f7f3e39fbe08efee7582743b.tar.gz timeline-3da3793282a2bb50f7f3e39fbe08efee7582743b.tar.bz2 timeline-3da3793282a2bb50f7f3e39fbe08efee7582743b.zip |
...
Diffstat (limited to 'FrontEnd/src/app/http/token.ts')
-rw-r--r-- | FrontEnd/src/app/http/token.ts | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/FrontEnd/src/app/http/token.ts b/FrontEnd/src/app/http/token.ts index ae0cf3f6..c0644515 100644 --- a/FrontEnd/src/app/http/token.ts +++ b/FrontEnd/src/app/http/token.ts @@ -1,3 +1,5 @@ +// Don't use axios in common because it will contains +// authorization header, which shouldn't be used in token apis. import axios, { AxiosError } from "axios"; import { |