bwpass: Correct pinentry prompt text

master
Dustin C. Hatch 2019-09-18 08:19:14 -05:00
parent d6cdcec5de
commit f9469c5c39
1 changed files with 1 additions and 1 deletions

View File

@ -95,7 +95,7 @@ class Pinentry:
putline(f'SETDESC {self.description}') putline(f'SETDESC {self.description}')
getline() getline()
if self.prompt: if self.prompt:
putline(f'SETTITLE {self.title}') putline(f'SETPROMPT {self.prompt}')
getline() getline()
putline('GETPIN') putline('GETPIN')
d = getline() d = getline()