mirror of
https://iceshrimp.dev/crimekillz/iceshrimp-161sh.git
synced 2024-11-22 20:23:49 +01:00
アカウント情報が更新されたときに永続化されない問題を修正
This commit is contained in:
parent
7a89969227
commit
b764c37845
@ -62,6 +62,7 @@ export function updateAccount(data) {
|
||||
for (const [key, value] of Object.entries(data)) {
|
||||
$i[key] = value;
|
||||
}
|
||||
localStorage.setItem('account', JSON.stringify($i));
|
||||
}
|
||||
|
||||
export function refreshAccount() {
|
||||
|
Loading…
Reference in New Issue
Block a user