Vars: rename 'keygen' to 'create_secrets_user'

This commit is contained in:
Johannes Kirschbauer
2025-07-06 19:58:04 +02:00
parent 7916616373
commit 3af529d76e
4 changed files with 13 additions and 6 deletions

View File

@@ -65,7 +65,7 @@ export const CreateClan = () => {
}
// Will generate a key if it doesn't exist, and add a user to the clan
const k = await callApi("keygen", {
const k = await callApi("create_secrets_user", {
flake_dir: target_dir[0],
}).promise;