Skip to content

Commit d37bfc3

Browse files
authored
Make password argument secure (raycast#476)
1 parent 445982b commit d37bfc3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

commands/apps/pulse-secure/pulse-secure-connect.applescript

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
# @raycast.icon images/pulse-secure.png
1414
# @raycast.argument1 { "type": "text", "placeholder": "Connection", "optional": true }
1515
# @raycast.argument2 { "type": "text", "placeholder": "Username", "optional": true }
16-
# @raycast.argument3 { "type": "text", "placeholder": "Password", "optional": true }
16+
# @raycast.argument3 { "type": "text", "placeholder": "Password", "optional": true, "secure": true }
1717

1818
# Documentation:
1919
# @raycast.author Jakub Lanski

0 commit comments

Comments
 (0)