mirror of
https://github.com/bitwarden/browser.git
synced 2024-11-24 12:06:15 +01:00
fix missing paren
This commit is contained in:
parent
6526b2134a
commit
c444da9a18
@ -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) {
|
||||
|
Loading…
Reference in New Issue
Block a user