mirror of
https://github.com/bitwarden/browser
synced 2025-12-18 09:13:33 +00:00
Created sync service and supported folder/site service methods
This commit is contained in:
@@ -9,7 +9,7 @@
|
||||
$scope.createSite = function (model) {
|
||||
cipherService.encryptSite(model, function (siteModel) {
|
||||
var site = new Site(siteModel, true);
|
||||
siteService.save(site, function () {
|
||||
siteService.saveWithServer(site, function () {
|
||||
$scope.close();
|
||||
});
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user