This commit is contained in:
Morten Olsen
2025-10-24 09:05:27 +02:00
parent 78995406ca
commit 2281dcafb4
10 changed files with 67 additions and 66 deletions

View File

@@ -31,7 +31,7 @@ class AuthentikServer extends CustomResource<typeof serverSpec> {
);
throw new NotReadyError();
}
const { secret } = this.#secret.value;
// const { secret } = this.#secret.value;
};
}