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