浏览代码

bitwarden: fix unlocking when not auto unlocking

Sean Farley 8 年之前
父节点
当前提交
3655242c34
共有 1 个文件被更改,包括 1 次插入1 次删除
  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.