From bd37cb2c26b3b805ce51596e98cf0a9ac0d66005 Mon Sep 17 00:00:00 2001 From: antelle Date: Sun, 8 Sep 2019 20:29:07 +0200 Subject: [PATCH] field order --- app/scripts/comp/kdbx-to-html.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/scripts/comp/kdbx-to-html.js b/app/scripts/comp/kdbx-to-html.js index b334b571..702cc0e4 100644 --- a/app/scripts/comp/kdbx-to-html.js +++ b/app/scripts/comp/kdbx-to-html.js @@ -10,8 +10,8 @@ const Templates = { }; const FieldMapping = [ - { name: 'Password', locStr: 'password', protect: true }, { name: 'UserName', locStr: 'user' }, + { name: 'Password', locStr: 'password', protect: true }, { name: 'URL', locStr: 'website' }, { name: 'Notes', locStr: 'notes' } ];