Skip to content
This repository was archived by the owner on Oct 7, 2024. It is now read-only.

Conversation

@kochekian
Copy link

Add login with cloud password

TLPassword passwordSetting = await _client.GetPasswordSetting();
Console.WriteLine("This account needs cloud password.");

TryAgain:
Copy link
Owner

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thank you, but this is not acceptable code pattern


}
catch (Exception ex)
catch (CloudPasswordNeededException)
Copy link
Owner

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I might integrate this thanks for letting me know if this exception

<package id="DotNetZip" version="1.13.3" targetFramework="net47" />
<package id="MarkerMetro.Unity.Ionic.Zlib" version="2.0.0.14" targetFramework="net45" />
<package id="TLSharp" version="0.1.0.394" targetFramework="net47" />
<package id="TLSharp" version="0.1.0.574" targetFramework="net48" />
Copy link
Owner

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

TLSharp is out of support, I'm exploring alternatives

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants