Revise IsGuestProfile property, revert LastSessionUsername changes

This commit is contained in:
John Lewin 2016-10-21 16:09:44 -07:00
parent 3c18f10e55
commit 67b151aa2c
2 changed files with 3 additions and 3 deletions

View file

@ -64,7 +64,7 @@ namespace MatterHackers.MatterControl
this.ActiveSessionUsername = null;
this.ActiveSessionEmail = null;
this.ActiveClientToken = null;
// this.LastSessionUsername = null;
this.LastSessionUsername = null;
ApplicationController.Instance.ChangeCloudSyncStatus(userAuthenticated: false, reason: "Session Cleared".Localize());
SessionUpdateTrigger.CallEvents(null, null);