Migrate to bcryptjs (#4767)

* Replace bcrypt with bcryptjs across multiple files

* dev build

---------

Co-authored-by: Timothy Carambat <rambat1010@gmail.com>
This commit is contained in:
Marcello Fitton
2025-12-11 15:19:04 -08:00
committed by GitHub
parent 25a72f7175
commit dbb79b6748
8 changed files with 15 additions and 186 deletions

View File

@@ -6,7 +6,7 @@ concurrency:
on:
push:
branches: ['chore/form-data-bump'] # put your current branch to create a build. Core team only.
branches: ['migrate-to-bcryptjs'] # put your current branch to create a build. Core team only.
paths-ignore:
- '**.md'
- 'cloud-deployments/*'