+pass/ivy: remove test data (#103)
This commit is contained in:
parent
e5a04e512f
commit
2f3f966990
1 changed files with 1 additions and 1 deletions
|
@ -13,7 +13,7 @@
|
|||
|
||||
(after! ivy
|
||||
(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
|
||||
when (assoc key data)
|
||||
return (cdr it)))
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue