Skip to content

Commit

Permalink
Add nosec to password
Browse files Browse the repository at this point in the history
  • Loading branch information
itstauq committed Jun 10, 2024
1 parent e125d7d commit a7196cc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/syft/src/syft/service/enclave/enclave.py
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@ def get_client(self, verify_key: str) -> SyftClient:
# accessing other member's data.
client = login(
email="[email protected]",
password="changethis",
password="changethis", # nosec
url=self.route.host_or_ip,
port=self.route.port,
)
Expand Down

0 comments on commit a7196cc

Please sign in to comment.