Fix bug cleaning state in logout

This commit is contained in:
Andrew Guibert 2018-10-19 12:02:46 -05:00
parent 8e2acae379
commit ab54fe6682

View File

@ -373,7 +373,6 @@ export class LoginComponent implements OnInit, OnDestroy {
logout() {
this.pane = 'left';
this.username = null;
this.party = null;
this.player = new Player();
sessionStorage.removeItem('username');
sessionStorage.removeItem('userId');