Skip to content

Commit

Permalink
fix: updates session list on session authenticate approval (#566)
Browse files Browse the repository at this point in the history
Co-authored-by: Gancho Radkov <[email protected]>
  • Loading branch information
ganchoradkov and Gancho Radkov authored May 14, 2024
1 parent 12cc993 commit 6b217a9
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -111,7 +111,7 @@ export default function SessionAuthenticateModal() {
id: messages[0].id,
auths: signedAuths
})

SettingsStore.setSessions(Object.values(web3wallet.getActiveSessions()))
ModalStore.close()
}
}, [address, messages])
Expand Down

0 comments on commit 6b217a9

Please sign in to comment.