forked from bitwarden/clients
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
1 changed file
with
1 addition
and
1 deletion.
There are no files selected for viewing
Submodule jslib
updated
8 files
+1 −0 | package.json | |
+120 −0 | spec/common/services/export.service.spec.ts | |
+1 −0 | spec/support/karma.conf.js | |
+16 −0 | spec/utils.ts | |
+1 −0 | src/abstractions/send.service.ts | |
+18 −0 | src/models/view/sendView.ts | |
+17 −6 | src/services/export.service.ts | |
+7 −1 | src/services/send.service.ts |