don't store user in local storage

This commit is contained in:
Alejandro Gomez 2023-01-15 13:15:40 +01:00
parent ce68236db3
commit 298010a086
No known key found for this signature in database
GPG Key ID: 4DF39E566658C817

View File

@ -76,7 +76,6 @@ const UsersSlice = createSlice({
picture: x.picture,
about: x.about,
})
window.localStorage.setItem(`user:${x.pubkey}`, JSON.stringify(x));
state.users = {
...state.users