GUI: generate sops key when creating clan

This commit is contained in:
DavHau
2025-05-03 12:58:58 +07:00
parent 2ddb38a434
commit f8e7292bc4
3 changed files with 18 additions and 6 deletions

View File

@@ -33,7 +33,6 @@ class Prompt:
description=data["description"],
prompt_type=PromptType(data["type"]),
persist=data.get("persist", data["persist"]),
previous_value=data.get("previousValue"),
)