Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nextcloud/passman.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'js/app/services/credentialservice.js')
-rw-r--r--js/app/services/credentialservice.js7
1 files changed, 2 insertions, 5 deletions
diff --git a/js/app/services/credentialservice.js b/js/app/services/credentialservice.js
index 53fa67c0..e8bc2a41 100644
--- a/js/app/services/credentialservice.js
+++ b/js/app/services/credentialservice.js
@@ -41,10 +41,7 @@
'changed': null,
'tags': [],
'email': null,
- 'icon':{
- 'type': false,
- 'content': ''
- },
+ 'icon': null,
'username': null,
'password': null,
'url': null,
@@ -364,4 +361,4 @@
}
};
}]);
-}()); \ No newline at end of file
+}());