Load session values during construction, remove LoadFirstInstance
This commit is contained in:
parent
175983640a
commit
38042d1d86
3 changed files with 8 additions and 12 deletions
|
|
@ -97,9 +97,6 @@ namespace MatterHackers.MatterControl.SlicerConfiguration
|
|||
if (string.IsNullOrEmpty(username))
|
||||
{
|
||||
username = GuestDBPath;
|
||||
|
||||
// If ActiveUserName is empty or invalid and the credentials file exists, delete local credentials, resetting to unauthenticated guest mode
|
||||
AuthenticationData.Instance.ClearActiveSession();
|
||||
}
|
||||
else
|
||||
{
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue