Compare commits
No commits in common. "e9ef79e80b2cc24815a29c1497a5199400e8693f" and "4c72346aa6eec5a2c55799ad37256538a67f1ddf" have entirely different histories.
e9ef79e80b
...
4c72346aa6
5 changed files with 28 additions and 43 deletions
|
|
@ -1,9 +1,3 @@
|
|||
## 0.1.0a11 (2025-02-19)
|
||||
|
||||
### Fix
|
||||
|
||||
- if mock is active, do not search rbw or bw
|
||||
|
||||
## 0.1.0a10 (2025-02-17)
|
||||
|
||||
### Fix
|
||||
|
|
|
|||
|
|
@ -4,7 +4,7 @@ requires = ["flit_core >=3.8.0,<4"]
|
|||
|
||||
[project]
|
||||
name = "rougail.user_data_bitwarden"
|
||||
version = "0.1.0a11"
|
||||
version = "0.1.0a10"
|
||||
authors = [{name = "Emmanuel Garette", email = "gnunux@gnunux.info"}]
|
||||
readme = "README.md"
|
||||
description = "Rougail user_data Bitwarden"
|
||||
|
|
|
|||
|
|
@ -55,7 +55,6 @@ class RougailUserDataBitwarden:
|
|||
self.leader_informations = {}
|
||||
bitwarden_command_line = None
|
||||
one_is_find = False
|
||||
if 'ROUGAIL_BITWARDEN_MOCK_ENABLE' not in environ:
|
||||
if which('rbw'):
|
||||
one_is_find = True
|
||||
try:
|
||||
|
|
|
|||
|
|
@ -1,4 +0,0 @@
|
|||
{
|
||||
"errors": [],
|
||||
"warnings": []
|
||||
}
|
||||
|
|
@ -1,4 +0,0 @@
|
|||
{
|
||||
"rougail.username": "bitwarden_username",
|
||||
"rougail.secret": "bitwarden_password"
|
||||
}
|
||||
Loading…
Reference in a new issue