Skip to content

Commit cdb1ea3

Browse files
committed
fix: clear local storage on logout
1 parent f0b05ac commit cdb1ea3

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

SleepHunter/Views/MainWindow.xaml.cs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -447,6 +447,7 @@ private void OnPlayerLoggedOut(Player player)
447447

448448
state.ClearSpellQueue();
449449
state.ClearFlowerQueue();
450+
state.LocalStorage.Clear();
450451
}
451452

452453
UpdateUIForSelectedClient(player.Name);

0 commit comments

Comments
 (0)