mirror of
https://github.com/bitwarden/browser
synced 2025-12-16 16:23:44 +00:00
removed temporary test code
This commit is contained in:
@@ -48,14 +48,14 @@ export default class BiometricWindowsMain implements BiometricMain {
|
|||||||
|
|
||||||
getWindowsSecurityCredentialsUiModule(): any {
|
getWindowsSecurityCredentialsUiModule(): any {
|
||||||
try {
|
try {
|
||||||
return null;
|
if (this.windowsSecurityCredentialsUiModule == null) {
|
||||||
/*
|
this.windowsSecurityCredentialsUiModule = require('@nodert-win10-rs4/windows.security.credentials.ui');
|
||||||
return this._windowsSecurityCredentialsUiModule ||
|
}
|
||||||
require('@nodert-win10-rs4/windows.security.credentials.ui');
|
return this.windowsSecurityCredentialsUiModule;
|
||||||
*/
|
|
||||||
} catch {
|
} catch {
|
||||||
this.isError = true;
|
this.isError = true;
|
||||||
}
|
}
|
||||||
|
return null;
|
||||||
}
|
}
|
||||||
|
|
||||||
async checkAvailabilityAsync(): Promise<any> {
|
async checkAvailabilityAsync(): Promise<any> {
|
||||||
|
|||||||
Reference in New Issue
Block a user