Explorar o código

bitwarden: fix unlocking when not auto unlocking

Sean Farley %!s(int64=7) %!d(string=hai) anos
pai
achega
3655242c34
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      bitwarden.el

+ 1 - 1
bitwarden.el

@@ -188,7 +188,7 @@ printed to minibuffer."
   (interactive "p")
   (let ((pass (when bitwarden-automatic-unlock
                 (concat " " (funcall bitwarden-automatic-unlock)))))
-    (bitwarden--raw-unlock (concat "unlock" pass print-message) print-message)))
+    (bitwarden--raw-unlock (concat "unlock " pass) print-message)))
 
 (defun bitwarden-login (&optional print-message)
   "Prompts user for password if not logged in.