mirror of
https://github.com/kokonect-link/cherrypick
synced 2024-11-01 07:35:57 +09:00
chore: Add TODO
This commit is contained in:
parent
d327bb8ff1
commit
191c064611
@ -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') });
|
||||
},
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user