mirror of
https://github.com/bitwarden/browser
synced 2025-12-17 08:43:33 +00:00
syntax fixes
This commit is contained in:
@@ -185,7 +185,7 @@ angular
|
|||||||
tokenService.setRefreshToken(response.refresh_token);
|
tokenService.setRefreshToken(response.refresh_token);
|
||||||
return response.access_token;
|
return response.access_token;
|
||||||
});
|
});
|
||||||
}
|
};
|
||||||
|
|
||||||
return _service;
|
return _service;
|
||||||
});
|
});
|
||||||
|
|||||||
@@ -232,7 +232,7 @@
|
|||||||
}
|
}
|
||||||
|
|
||||||
logins.push({
|
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,
|
uri: value.uri && value.uri !== '' ? trimUri(value.uri) : null,
|
||||||
username: value.username && value.username !== '' ? value.username : null,
|
username: value.username && value.username !== '' ? value.username : null,
|
||||||
password: value.password && value.password !== '' ? value.password : null,
|
password: value.password && value.password !== '' ? value.password : null,
|
||||||
|
|||||||
Reference in New Issue
Block a user