Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Added SWIFT code and PIN fields to bank account menus.
  • Loading branch information
icculus committed Dec 4, 2014
1 parent 5f9c188 commit 3ca6812
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions 1pass.lua
Expand Up @@ -197,6 +197,8 @@ local function build_secret_menuitem_bankacctus(menu, info, secure)
build_secret_menuitem(menu, "Account number", secure.accountNo)
build_secret_menuitem(menu, "Bank name", secure.bankName)
build_secret_menuitem(menu, "Owner", secure.owner)
build_secret_menuitem(menu, "SWIFT code", secure.swift)
build_secret_menuitem(menu, "PIN", secure.telephonePin)
end
secret_menuitem_builders["wallet.financial.BankAccountUS"] = build_secret_menuitem_bankacctus

Expand Down

0 comments on commit 3ca6812

Please sign in to comment.