summaryrefslogtreecommitdiff
path: root/packages/client/src/init.ts
diff options
context:
space:
mode:
authortamaina <tamaina@hotmail.co.jp>2022-05-01 15:08:25 +0900
committerGitHub <noreply@github.com>2022-05-01 15:08:25 +0900
commitc5048ee9935869e793bc941fda326d83d18ebbe8 (patch)
tree5c1df069741ecbd3548a702da683baf53d3bae5c /packages/client/src/init.ts
parentressurect deepcopy (diff)
parentrefactor(client): refactor import-export to use Composition API (#8579) (diff)
downloadsharkey-c5048ee9935869e793bc941fda326d83d18ebbe8.tar.gz
sharkey-c5048ee9935869e793bc941fda326d83d18ebbe8.tar.bz2
sharkey-c5048ee9935869e793bc941fda326d83d18ebbe8.zip
Merge branch 'develop' into pizzax-indexeddb
Diffstat (limited to 'packages/client/src/init.ts')
-rw-r--r--packages/client/src/init.ts1
1 files changed, 0 insertions, 1 deletions
diff --git a/packages/client/src/init.ts b/packages/client/src/init.ts
index 5809f25689..58fdd25835 100644
--- a/packages/client/src/init.ts
+++ b/packages/client/src/init.ts
@@ -149,7 +149,6 @@ if ($i && $i.token) {
try {
document.body.innerHTML = '<div>Please wait...</div>';
await login(i);
- location.reload();
} catch (e) {
// Render the error screen
// TODO: ちゃんとしたコンポーネントをレンダリングする(v10とかのトラブルシューティングゲーム付きのやつみたいな)