tadfisher / pass-otp

A pass extension for managing one-time-password (OTP) tokens
GNU General Public License v3.0
1.28k stars 85 forks source link

fix missing secret name when reading secret in `cmd_otp_append` #76

Closed sudoforge closed 6 years ago

sudoforge commented 6 years ago

this patch sets a value for the local variable prompt in the function cmd_otp_append so that the secret's name/path is displayed correctly when the function otp_read_secret or otp_read_uri is called in the cmd_otp_append workflow.

closes #75

sudoforge commented 6 years ago

Hey - just in case it slipped your notice, that request was patched.