Skip to content

Commit

Permalink
fix: clear local storage on logout
Browse files Browse the repository at this point in the history
  • Loading branch information
ewrogers committed Jun 27, 2023
1 parent f0b05ac commit cdb1ea3
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions SleepHunter/Views/MainWindow.xaml.cs
Original file line number Diff line number Diff line change
Expand Up @@ -447,6 +447,7 @@ private void OnPlayerLoggedOut(Player player)

state.ClearSpellQueue();
state.ClearFlowerQueue();
state.LocalStorage.Clear();
}

UpdateUIForSelectedClient(player.Name);
Expand Down

0 comments on commit cdb1ea3

Please sign in to comment.