bwpass: Correct pinentry prompt text
This commit is contained in:
@@ -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()
|
||||||
|
|||||||
Reference in New Issue
Block a user