Skip to content
Snippets Groups Projects
Commit 191c0646 authored by syuilo's avatar syuilo
Browse files

chore: Add TODO

parent d327bb8f
No related branches found
No related tags found
No related merge requests found
......@@ -234,6 +234,7 @@ export default () => new Vuex.Store({
ctx.commit('updateI', i);
ctx.commit('settings/init', i.clientData);
ctx.commit('deviceUser/init', ctx.state.device.userData[i.id] || {});
// TODO: ローカルストレージを消してページリロードしたときは i が無いのでその場合のハンドリングをよしなにやる
await ctx.dispatch('addAcount', { id: i.id, i: localStorage.getItem('i') });
},
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment