fix
This commit is contained in:
4
rbw.el
4
rbw.el
@@ -21,9 +21,11 @@
|
||||
|
||||
(defun rbw-get-user ()
|
||||
(interactive)
|
||||
(if (rbw/unlocked)
|
||||
(let* ((output (rbw/list-all "--field user"))
|
||||
(output (string-trim-left output "Username: ")))
|
||||
(if (rbw/unlocked) (kill-new output) (message "locked vault"))))
|
||||
(kill-new output))
|
||||
(message "locked vault")))
|
||||
|
||||
(defun rbw-generate ()
|
||||
(interactive)
|
||||
|
||||
Reference in New Issue
Block a user