diff options
| author | Kagami Sascha Rosylight <saschanaz@outlook.com> | 2023-02-16 15:09:41 +0100 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2023-02-16 23:09:41 +0900 |
| commit | 63df2c851e31a30dda3b7e9edefb2a97e4c1daa6 (patch) | |
| tree | cb0066301adcc1168bef2246cbf13c6767151959 /packages/frontend/src/components/MkSignin.vue | |
| parent | fix(server): マイグレーションad1676438468213が通らないのを修... (diff) | |
| download | sharkey-63df2c851e31a30dda3b7e9edefb2a97e4c1daa6.tar.gz sharkey-63df2c851e31a30dda3b7e9edefb2a97e4c1daa6.tar.bz2 sharkey-63df2c851e31a30dda3b7e9edefb2a97e4c1daa6.zip | |
refactor: remove all unused imports (#9951)
Co-authored-by: tamaina <tamaina@hotmail.co.jp>
Diffstat (limited to 'packages/frontend/src/components/MkSignin.vue')
| -rw-r--r-- | packages/frontend/src/components/MkSignin.vue | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/packages/frontend/src/components/MkSignin.vue b/packages/frontend/src/components/MkSignin.vue index 8cce1d43f6..ae4f38e56c 100644 --- a/packages/frontend/src/components/MkSignin.vue +++ b/packages/frontend/src/components/MkSignin.vue @@ -50,7 +50,7 @@ import { showSuspendedDialog } from '../scripts/show-suspended-dialog'; import MkButton from '@/components/MkButton.vue'; import MkInput from '@/components/MkInput.vue'; import MkInfo from '@/components/MkInfo.vue'; -import { apiUrl, host as configHost } from '@/config'; +import { host as configHost } from '@/config'; import { byteify, hexify } from '@/scripts/2fa'; import * as os from '@/os'; import { login } from '@/account'; |