Revise IsGuestProfile property, revert LastSessionUsername changes
This commit is contained in:
parent
3c18f10e55
commit
67b151aa2c
2 changed files with 3 additions and 3 deletions
|
|
@ -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);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue