mirror of
https://github.com/bitwarden/browser
synced 2025-12-19 01:33:33 +00:00
Minor cleanup
This commit is contained in:
@@ -202,16 +202,15 @@ export class NativeMessagingService {
|
||||
}
|
||||
|
||||
const response = await this.biometricMain.requestCreate();
|
||||
|
||||
if (response) {
|
||||
this.send({command: 'biometricUnlock', response: 'unlocked'}, socket);
|
||||
} else {
|
||||
this.send({command: 'biometricUnlock', response: 'canceled'}, socket);
|
||||
}
|
||||
|
||||
|
||||
break;
|
||||
default:
|
||||
console.error("UNKNOWN COMMAND")
|
||||
console.error('UNKNOWN COMMAND')
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user