Git-Credential-Manager-for-Windows
Git-Credential-Manager-for-Windows copied to clipboard
LoadOperationArguments: parent window environment variable not read
Hi. I noticed this line: https://github.com/microsoft/Git-Credential-Manager-for-Windows/blob/9270c89a0ce109c7a86e9b3d8174a0af56aab468/Shared/Cli/Functions/Common.cs#L663
where there's a TryGetvalue(string.Empty). shouldn't this be TryGetValue(KeyType.ParentHwnd)?