diff options
| author | syuilo <Syuilotan@yahoo.co.jp> | 2022-03-25 02:43:48 +0900 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2022-03-25 02:43:48 +0900 |
| commit | 6f5282058f82583aa40251bf10d1e736397287df (patch) | |
| tree | 832d44d2a84e3a51b1f4e5cc69290c37c138e7dc /packages/client/src | |
| parent | enhance(client): アカウント情報の取得に失敗したとき強制ロ... (diff) | |
| download | misskey-6f5282058f82583aa40251bf10d1e736397287df.tar.gz misskey-6f5282058f82583aa40251bf10d1e736397287df.tar.bz2 misskey-6f5282058f82583aa40251bf10d1e736397287df.zip | |
Update account.ts
Diffstat (limited to 'packages/client/src')
| -rw-r--r-- | packages/client/src/account.ts | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/packages/client/src/account.ts b/packages/client/src/account.ts index ac6e6d7a0b..4772c0baa5 100644 --- a/packages/client/src/account.ts +++ b/packages/client/src/account.ts @@ -2,7 +2,7 @@ import { del, get, set } from '@/scripts/idb-proxy'; import { reactive } from 'vue'; import * as misskey from 'misskey-js'; import { apiUrl } from '@/config'; -import { waiting, api, popup, popupMenu, success } from '@/os'; +import { waiting, api, popup, popupMenu, success, alert } from '@/os'; import { unisonReload, reloadChannel } from '@/scripts/unison-reload'; import { showSuspendedDialog } from './scripts/show-suspended-dialog'; import { i18n } from './i18n'; |