+pass/ivy: remove test data (#103)

This commit is contained in:
Henrik Lissner 2017-06-12 01:35:03 +02:00
parent e5a04e512f
commit 2f3f966990
No known key found for this signature in database
GPG key ID: 5F6C0EA160557395

View file

@ -13,7 +13,7 @@
(after! ivy (after! ivy
(defun +pass-ivy-action--copy-username (item) (defun +pass-ivy-action--copy-username (item)
(if-let (user (cl-loop with data = '((secret . "rack-quadrant-nay") ("login" . "HL2253-GANDI") ("alt-login" . "hlissner") ("url" . "https://www.gandi.net/login")) (if-let (user (cl-loop with data = (auth-pass-parse-entry item)
for key in +pass-user-fields for key in +pass-user-fields
when (assoc key data) when (assoc key data)
return (cdr it))) return (cdr it)))