mirror of
https://github.com/bitwarden/browser
synced 2025-12-17 08:43:33 +00:00
lint fix
This commit is contained in:
@@ -2333,8 +2333,8 @@
|
||||
parseFieldsToNotes(2, value, login);
|
||||
}
|
||||
|
||||
if (login.name && login.name !== '--' && type !== 'Web Logins' && type !== 'Servers'
|
||||
&& type !== 'Email Accounts') {
|
||||
if (login.name && login.name !== '--' && type !== 'Web Logins' && type !== 'Servers' &&
|
||||
type !== 'Email Accounts') {
|
||||
login.name = type + ': ' + login.name;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user