api/keygen: add todo comment

This commit is contained in:
Johannes Kirschbauer
2025-07-07 12:49:37 +02:00
parent b032cd4a29
commit 7c4865e8b0

View File

@@ -12,6 +12,7 @@ from clan_lib.errors import ClanError
log = logging.getLogger(__name__)
# TODO: Unify with "create clan" should be done automatically
@API.register
def create_secrets_user(
flake_dir: Path, user: str | None = None, force: bool = False