mirror of
https://github.com/bitwarden/clients.git
synced 2026-07-01 21:10:49 +08:00
* fix(register): [PM-27085] Account Register Uses New Data Types - Initial changes. * test(register): [PM-27085] Account Register Uses New Data Types - Fixed tests. * test(register): [PM-27085] Account Register Uses New Data Types - Updated tests. * feat(register): [PM-27085] Account Register Uses New Data Types - Added feature flag. * fix(register): [PM-27085] Account Register Uses New Data Types - Removed unnecessary part of the payload. * fix(register): [PM-27085] Account Register Uses New Data Types - Changed the feature flag to be gated with the other password input changes. * fix(register): [PM-27085] Account Register Uses New Data Types - Added protection for feature flagged state. * fix(register): [PM-27085] Account Register Uses New Data Types - Removed unnecessary comment. * fix(register): [PM-27085] Account Register Uses New Data Types - Addressed feedback. * fix(register): [PM-27085] Account Register Uses New Data Types - Fixed tests and added comment. * fix(register): [PM-27085] Account Register Uses New Data Types - Fixed another test. * fix(register): [PM-27085] Account Register Uses New Data Types - And last test fix. * fix(register): [PM-27085] Account Register Uses New Data Types - Removed unneeded code. * fix(register): [PM-27085] Account Register Uses New Data Types - Updated comments and fixed code from feedback. * fix(register): [PM-27085] Account Register Uses New Data Types - Updated comments again with small styling fix. * fix(register): [PM-27085] Account Register Uses New Data Types - Switched to snapshot testing and explicit checks for unlock and authentication data for feature flag on. Also addressed pr comments. * test(register): [PM-27085] Account Register Uses New Data Types - Made explicit checks for critical pieces of data in tests. * fix(feature-flag): [PM-27085] Account Register Uses New Data Types - Added in feedback from comments. Default registration tests have snapshots now and web registration has more dry code. |
||
|---|---|---|
| .. | ||
| .vscode | ||
| config | ||
| scripts | ||
| src | ||
| .dockerignore | ||
| .gitignore | ||
| CLAUDE.md | ||
| config.js | ||
| crowdin.yml | ||
| dev-server.shared.pem | ||
| Dockerfile | ||
| entrypoint.sh | ||
| jest.config.js | ||
| package.json | ||
| postcss.config.js | ||
| project.json | ||
| README.md | ||
| tailwind.config.js | ||
| test.setup.ts | ||
| tsconfig.build.json | ||
| tsconfig.json | ||
| tsconfig.spec.json | ||
| webpack.base.js | ||
| webpack.config.js | ||
Bitwarden Web App
The Bitwarden web project is an Angular application that powers the web vault (https://vault.bitwarden.com/).
Documentation
Please refer to the Web vault section of the Contributing Documentation for build instructions, recommended tooling, code style tips, and lots of other great information to get you started.