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