Skip to content

Commit

Permalink
fix: shared cipher not decrypted correctly after accept
Browse files Browse the repository at this point in the history
  • Loading branch information
duchunter committed Oct 20, 2023
1 parent 5d4f490 commit 715db8b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion src/renderer/jslib
Submodule jslib updated from 8f4bcf to 5fc5fc
1 change: 1 addition & 0 deletions src/renderer/plugins/mixins/cipher/sync.js
Original file line number Diff line number Diff line change
Expand Up @@ -127,6 +127,7 @@ Vue.mixin({
`/cystack_platform/pm/sync/collections/${id}`
)
await this.$collectionService.upsert([res])
await this.syncProfile()
this.$store.commit('UPDATE_SYNCED_CIPHERS')
} catch (e) {
const status = e.response?.status
Expand Down

0 comments on commit 715db8b

Please sign in to comment.