bwpass: Correct pinentry prompt text
parent
d6cdcec5de
commit
f9469c5c39
|
@ -95,7 +95,7 @@ class Pinentry:
|
|||
putline(f'SETDESC {self.description}')
|
||||
getline()
|
||||
if self.prompt:
|
||||
putline(f'SETTITLE {self.title}')
|
||||
putline(f'SETPROMPT {self.prompt}')
|
||||
getline()
|
||||
putline('GETPIN')
|
||||
d = getline()
|
||||
|
|
Reference in New Issue