1
0
mirror of https://github.com/keeweb/keeweb.git synced 2024-06-25 07:37:46 +02:00
keeweb/app/scripts/const/entry-fields.js
2020-05-05 15:08:19 +02:00

13 lines
186 B
JavaScript

const BuiltInFields = [
'Title',
'Password',
'UserName',
'URL',
'Notes',
'TOTP Seed',
'TOTP Settings',
'_etm_template_uuid'
];
export { BuiltInFields };