aboutsummaryrefslogtreecommitdiffstats
path: root/src/api/utils/auth.ts
diff options
context:
space:
mode:
Diffstat (limited to 'src/api/utils/auth.ts')
-rw-r--r--src/api/utils/auth.ts4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/api/utils/auth.ts b/src/api/utils/auth.ts
index 1f694a781..ce30e0132 100644
--- a/src/api/utils/auth.ts
+++ b/src/api/utils/auth.ts
@@ -1,7 +1,7 @@
1import localStorage from 'mobx-localstorage';
2import { when } from 'mobx'; 1import { when } from 'mobx';
3import { localServerToken, needsToken } from '../apiBase'; 2import localStorage from 'mobx-localstorage';
4import { ferdiumLocale, ferdiumVersion } from '../../environment-remote'; 3import { ferdiumLocale, ferdiumVersion } from '../../environment-remote';
4import { localServerToken, needsToken } from '../apiBase';
5 5
6export const prepareAuthRequest = ( 6export const prepareAuthRequest = (
7 // eslint-disable-next-line unicorn/no-object-as-default-parameter 7 // eslint-disable-next-line unicorn/no-object-as-default-parameter