mirror of
https://github.com/bitwarden/browser
synced 2026-02-11 05:53:42 +00:00
Add removal todo note
This commit is contained in:
@@ -84,6 +84,7 @@ export class BackgroundBrowserBiometricsService extends BiometricsService {
|
||||
try {
|
||||
await this.ensureConnected();
|
||||
|
||||
// todo remove after 2025.3
|
||||
if (this.nativeMessagingBackground().isConnectedToOutdatedDesktopClient) {
|
||||
const response = await this.nativeMessagingBackground().callCommand({
|
||||
command: BiometricsCommands.Unlock,
|
||||
@@ -95,7 +96,6 @@ export class BackgroundBrowserBiometricsService extends BiometricsService {
|
||||
await this.biometricStateService.setBiometricUnlockEnabled(true);
|
||||
await this.biometricStateService.setFingerprintValidated(true);
|
||||
this.keyService.setUserKey(userKey, userId);
|
||||
await BrowserApi.sendMessage("updateBadge");
|
||||
return response.userKeyB64;
|
||||
}
|
||||
} else {
|
||||
@@ -113,7 +113,6 @@ export class BackgroundBrowserBiometricsService extends BiometricsService {
|
||||
await this.biometricStateService.setBiometricUnlockEnabled(true);
|
||||
await this.biometricStateService.setFingerprintValidated(true);
|
||||
this.keyService.setUserKey(userKey, userId);
|
||||
await BrowserApi.sendMessage("updateBadge");
|
||||
return response.userKeyB64;
|
||||
}
|
||||
} else {
|
||||
|
||||
Reference in New Issue
Block a user