cdhunt / SecretManagement.1Password

This is a SecretManagement extension for 1Password.
MIT License
23 stars 14 forks source link

A Login with no password breaks Get-Secret #11

Closed cdhunt closed 4 years ago

cdhunt commented 4 years ago

PSCredential expects a SecureString and you can't call ConvertTo-SecureString on an empty string. Should it just return a hashtable?