mirror of
https://github.com/nextcloud/passman.git
synced 2024-12-26 09:34:02 +08:00
Merge branch 'passmanImportDescription'
This commit is contained in:
commit
456b3742d6
1 changed files with 1 additions and 0 deletions
|
@ -24,6 +24,7 @@ PassmanImporter.passmanJson.readFile = function (file_data) {
|
|||
_credential.email = item.email;
|
||||
_credential.url = item.url;
|
||||
_credential.tags = item.tags;
|
||||
_credential.description = item.description;
|
||||
//Check for custom fields
|
||||
if (item.hasOwnProperty('customFields')) {
|
||||
//Check for otp
|
||||
|
|
Loading…
Reference in a new issue