1
0
mirror of https://github.com/keeweb/keeweb.git synced 2024-06-23 07:26:40 +02:00

field order

This commit is contained in:
antelle 2019-09-08 20:29:07 +02:00
parent 5703dceb0c
commit bd37cb2c26

View File

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