mirror of
https://github.com/bitwarden/browser
synced 2025-12-22 19:23:52 +00:00
[PM-22271] Switch to SDK argon2 implementation, and drop other impls (#15401)
* Switch to SDK argon2 implementation
* Cleanup and update to the latest sdk
* Update package lock
* Remove copy patch
* Fix builds
* Fix test build
* Remove error
* Fix tests
* Fix build
* Run prettier
* Remove argon2 references
* Regenerate index.d.ts for desktop_native napi
* Replace mocked crypto function service type
(cherry picked from commit 8250e40c6c)
This commit is contained in:
4
.github/workflows/build-browser.yml
vendored
4
.github/workflows/build-browser.yml
vendored
@@ -163,10 +163,6 @@ jobs:
|
||||
FILES=$(find . -maxdepth 1 -type f)
|
||||
for FILE in $FILES; do cp "$FILE" browser-source/; done
|
||||
|
||||
# Copy patches to the Browser source directory
|
||||
mkdir -p browser-source/patches
|
||||
cp -r patches/* browser-source/patches
|
||||
|
||||
# Copy apps/browser to the Browser source directory
|
||||
mkdir -p browser-source/apps/browser
|
||||
cp -r apps/browser/* browser-source/apps/browser
|
||||
|
||||
Reference in New Issue
Block a user