mirror of
https://github.com/bitwarden/browser
synced 2025-12-12 22:33:35 +00:00
fix missing paren
This commit is contained in:
@@ -896,7 +896,7 @@ export default class AutofillService implements AutofillServiceInterface {
|
|||||||
return false;
|
return false;
|
||||||
}
|
}
|
||||||
const lowerValue = value.toLowerCase();
|
const lowerValue = value.toLowerCase();
|
||||||
if (lowerValue.indexOf('onetimepassword') >= 0 {
|
if (lowerValue.indexOf('onetimepassword') >= 0) {
|
||||||
return false;
|
return false;
|
||||||
}
|
}
|
||||||
if (lowerValue.indexOf('password') < 0) {
|
if (lowerValue.indexOf('password') < 0) {
|
||||||
|
|||||||
Reference in New Issue
Block a user