We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7a5225a commit 5d4e581Copy full SHA for 5d4e581
ssh-askpass
@@ -32,9 +32,9 @@ on run argv
32
display dialog args with icon agent default button 1 buttons { "OK" }
33
else if args ends with ": " or args ends with ":" then
34
if args contains "pass" or args contains "pin" then
35
- display dialog args with icon agent default button {get localized string of "OK"} default answer "" with hidden answer
+ display dialog args with icon agent default button 2 default answer "" with hidden answer
36
else
37
- display dialog args with icon agent default button {get localized string of "OK"} default answer ""
+ display dialog args with icon agent default button 2 default answer ""
38
end if
39
return result's text returned
40
else if args contains " host " then
0 commit comments