mirror of
https://github.com/bitwarden/jslib
synced 2026-01-07 02:53:13 +00:00
Move encrypt to CipherView
This commit is contained in:
@@ -42,7 +42,7 @@ export class FolderAddEditComponent implements OnInit {
|
||||
}
|
||||
|
||||
try {
|
||||
const folder = await this.folderService.encrypt(this.folder);
|
||||
const folder = await this.folder.encrypt(this.cryptoService);
|
||||
this.formPromise = this.folderService.saveWithServer(folder);
|
||||
await this.formPromise;
|
||||
this.platformUtilsService.showToast(
|
||||
|
||||
Reference in New Issue
Block a user