Skip to content

Commit

Permalink
update interface on account change
Browse files Browse the repository at this point in the history
  • Loading branch information
igormuba committed Aug 11, 2023
1 parent 0a6b8a4 commit acdd8dc
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/renderer/views/Accounts.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,7 @@ export function AccountsView() {

localStorage.setItem('SNProfileID', profileID)
setLogin(theAcc.nickname)
window.location.reload()
}

const logOut = async (profileID: string) => {
Expand Down

0 comments on commit acdd8dc

Please sign in to comment.