diff options
| author | tamaina <tamaina@hotmail.co.jp> | 2022-05-01 15:08:25 +0900 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2022-05-01 15:08:25 +0900 |
| commit | c5048ee9935869e793bc941fda326d83d18ebbe8 (patch) | |
| tree | 5c1df069741ecbd3548a702da683baf53d3bae5c /packages/client/src/init.ts | |
| parent | ressurect deepcopy (diff) | |
| parent | refactor(client): refactor import-export to use Composition API (#8579) (diff) | |
| download | sharkey-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.ts | 1 |
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とかのトラブルシューティングゲーム付きのやつみたいな) |