diff --git a/packages/syft/src/syft/service/enclave/enclave.py b/packages/syft/src/syft/service/enclave/enclave.py index 0b1899bccd8..788f39cab1c 100644 --- a/packages/syft/src/syft/service/enclave/enclave.py +++ b/packages/syft/src/syft/service/enclave/enclave.py @@ -73,7 +73,7 @@ def get_client(self, verify_key: str) -> SyftClient: # accessing other member's data. client = login( email="info@openmined.org", - password="changethis", + password="changethis", # nosec url=self.route.host_or_ip, port=self.route.port, )