mirror of
https://github.com/bitwarden/clients.git
synced 2026-07-21 21:17:06 +08:00
* Add shared unlock TS services * Add newline * Small cleanup * Fix type error * Fix type issue * Eslint and prettier fixes * Cleanup * Prevent eslint error * Prettier * Add tests * Cleanup * Fix type issue * Cleanup * Implement basic version of flagged biometrics ipc over sdk ipc * Move code * Noop ipc service * Clean up unlock service * Undo change to spec ts * Rename unlock decrypted key * Remove unused var * Remove unused import * Prettier * Fix eslint * Ensure connected * Undo changes to electron key service * Newline * Newline * Remove biometrics.ts * Fix * Shared unlock * Cleanup * Cleanup * Use unlock service for unlocking on shared unlock * Cleanup comment * Cleanup * Prettier and eslint cleanup * Fix browser build * Prettier * Fix test * Eslint * Fix types * Remove log * Remove service * Remove unused file * Cleanup * Fix DI * Set unlock service on biometric service * Address feedback * Await floating promise * Prettier * Await floating promise * Remove duplicate i18n key * Apply fixes * Run init in background * Cleanup * Default the feature flags to false * Cleanup * Fix DI * Fix DI * Remove duplicate ipc init * Remove duplicate DI * Address feedback * Remove unused services from DI * Fix init of service * Convert driver to class * Relative imports * Relative imports * Remove unused code * Non null assertion * Use @if * Init sdk only once * Convert shared unlock description key to getter * Remove unecessary checks * Gate biometrics based on either biometrics or shared unlock * Cleanup * Fix test * Prettier * Cleanup * Use update allow sharing unlock state function * Remove warning * Remove discovery handler and background task * Fix build * Remove unused i18n key * Remove unused services