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
|
|
@ -81,7 +81,6 @@ namespace MatterHackers.MatterControl
|
|||
&& !string.IsNullOrEmpty(AuthenticationData.Instance.ActiveClientToken))
|
||||
{
|
||||
claimedClientToken = AuthenticationData.Instance.ActiveClientToken;
|
||||
AuthenticationData.Instance.LoadFirstInstance();
|
||||
}
|
||||
else
|
||||
{
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue