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' } ];