diff options
Diffstat (limited to 'packages/meshbay-hub/src/meshbay_hub/static/group-page.js')
| -rw-r--r-- | packages/meshbay-hub/src/meshbay_hub/static/group-page.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/packages/meshbay-hub/src/meshbay_hub/static/group-page.js b/packages/meshbay-hub/src/meshbay_hub/static/group-page.js index 060fd6e..205fce2 100644 --- a/packages/meshbay-hub/src/meshbay_hub/static/group-page.js +++ b/packages/meshbay-hub/src/meshbay_hub/static/group-page.js @@ -242,7 +242,7 @@ function GroupPage({ groupId, group, token, username, userId, userPrefs, // that opens node bundles is missing here. Persisted so this browser is // set up from now on. session.bundleKey = { - v2: await window.MeshBayKeys.deriveEncryptionKey(pass, username), + ...(await window.MeshBayKeys.bundleKeyPairFields(pass, username)), v1: await window.MeshBayKeys.deriveEncryptionKeyV1(pass, username), }; await _storeBundleKey(session.bundleKey); |