mirror of
https://github.com/bitwarden/browser.git
synced 2024-11-06 09:20:43 +01:00
syntax fixes
This commit is contained in:
parent
40f9961541
commit
0591f106d3
@ -185,7 +185,7 @@ angular
|
||||
tokenService.setRefreshToken(response.refresh_token);
|
||||
return response.access_token;
|
||||
});
|
||||
}
|
||||
};
|
||||
|
||||
return _service;
|
||||
});
|
||||
|
@ -232,7 +232,7 @@
|
||||
}
|
||||
|
||||
logins.push({
|
||||
favorite: value.favorite && value.favorite !== '' && && value.favorite !== '0',
|
||||
favorite: value.favorite && value.favorite !== '' && value.favorite !== '0',
|
||||
uri: value.uri && value.uri !== '' ? trimUri(value.uri) : null,
|
||||
username: value.username && value.username !== '' ? value.username : null,
|
||||
password: value.password && value.password !== '' ? value.password : null,
|
||||
|
Loading…
Reference in New Issue
Block a user