Fix setup without a passkey for new manifests

PromptSetupPassKey was never being called with
inAccountSetupProcess=true.
This commit is contained in:
Vladimir Panteleev 2017-01-19 19:21:41 +00:00
parent a252a4b019
commit bdba870c9e

View file

@ -403,7 +403,7 @@ namespace SteamGuard
if (Manifest.Entries.Count == 0)
{
Console.WriteLine("Looks like we are setting up your first account.");
passKey = Manifest.PromptSetupPassKey();
passKey = Manifest.PromptSetupPassKey(true);
}
else if (Manifest.Entries.Count > 0 && Manifest.Encrypted)
{