You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I would like to prompt the user for a password during encrypted file creation, but using FixedStringPrompt does not do so. Using TerminalPrompt does not work as it causes an error "multiple-value keyring.TerminalPrompt("Please select a password") (value of type (string, error)) in single-value context"
I would like to prompt the user for a password during encrypted file creation, but using FixedStringPrompt does not do so. Using TerminalPrompt does not work as it causes an error "multiple-value keyring.TerminalPrompt("Please select a password") (value of type (string, error)) in single-value context"
The text was updated successfully, but these errors were encountered: