mirror of
https://github.com/bitwarden/clients.git
synced 2026-06-19 21:02:50 +08:00
* Removed check for getBiometricLocked It always returned false even when no biometrics were used. * Remove the other check for getBiometricsLocked * Ensure that biometricFingerprintValidation is reset, when biometrics are disabled * Removed getBiometricsLocked and setBiometricsLocked With nothing in the codebase reading the state of getBiometricsLocked, I've removed all places where it was set or saved. * Refactor execution of reload into a separate method * Conditonally pass the window object to `BrowserApi.reloadExtension` * Clarify in comment, that the PIN has to be set with ask for Master Password on restart * Ensure the process reload is executed on logout * Use accounts instead of lastActive == null to determine a reload on logout * Moved identical logic from desktop and browser into system.service * Simplified check for refresh to handle no accounts found, logout, lock with lastActive longer than 5 seconds |
||
|---|---|---|
| .. | ||
| modal | ||
| send | ||
| settings | ||
| add-edit-custom-fields.component.ts | ||
| add-edit.component.ts | ||
| attachments.component.ts | ||
| avatar.component.ts | ||
| callout.component.html | ||
| callout.component.ts | ||
| captchaProtected.component.ts | ||
| change-password.component.ts | ||
| ciphers.component.ts | ||
| collections.component.ts | ||
| environment.component.ts | ||
| export-scope-callout.component.html | ||
| export-scope-callout.component.ts | ||
| export.component.ts | ||
| folder-add-edit.component.ts | ||
| generator.component.ts | ||
| hint.component.ts | ||
| icon.component.html | ||
| icon.component.ts | ||
| lock.component.ts | ||
| login.component.ts | ||
| password-generator-history.component.ts | ||
| password-history.component.ts | ||
| password-reprompt.component.ts | ||
| premium.component.ts | ||
| register.component.ts | ||
| remove-password.component.ts | ||
| set-password.component.ts | ||
| set-pin.component.ts | ||
| share.component.ts | ||
| sso.component.ts | ||
| toastr.component.ts | ||
| two-factor-options.component.ts | ||
| two-factor.component.ts | ||
| update-password.component.ts | ||
| update-temp-password.component.ts | ||
| user-verification.component.html | ||
| user-verification.component.ts | ||
| view-custom-fields.component.ts | ||
| view.component.ts | ||