This website requires JavaScript.
Explore
Help
Sign In
bitwarden
/
browser
Watch
1
Star
0
Fork
0
You've already forked browser
mirror of
https://github.com/bitwarden/browser
synced
2026-02-05 19:23:19 +00:00
Code
Issues
Releases
Wiki
Activity
Files
665aa2fc0d192057e1203a5487617e5212f27509
browser
/
libs
/
common
History
Jared Snider
f5aae4709d
PM-4368 - Resolving issue with incorrect account fingerprint being generated on desktop (an undefined public key was being converted into "" which then was being considered a valid, in memory public key for the handling in the getPublicKey method on the crypto service). Persisting undefined helps the crypto service properly identify that there is not a public key and it will instead derive it properly from the private key. (
#6715
)
2023-11-03 12:38:10 -04:00
..
spec
Expand account service (
#6622
)
2023-10-19 15:41:01 -04:00
src
PM-4368 - Resolving issue with incorrect account fingerprint being generated on desktop (an undefined public key was being converted into "" which then was being considered a valid, in memory public key for the handling in the getPublicKey method on the crypto service). Persisting undefined helps the crypto service properly identify that there is not a public key and it will instead derive it properly from the private key. (
#6715
)
2023-11-03 12:38:10 -04:00
custom-matchers.d.ts
Fix failing crypto tests (
#5948
)
2023-08-04 02:13:33 +00:00
jest.config.js
[PM-2328] Fix jest deprecations (
#5483
)
2023-05-22 20:19:16 +02:00
package.json
chore(deps): update dependency rimraf to v5 (
#5468
)
2023-05-19 14:23:44 +02:00
test.setup.ts
Fix failing crypto tests (
#5948
)
2023-08-04 02:13:33 +00:00
tsconfig.json
Fix failing crypto tests (
#5948
)
2023-08-04 02:13:33 +00:00
tsconfig.spec.json
[EC-423] Fix unit tests (
#3265
)
2022-08-11 11:35:08 +10:00