Update index.tsx

This commit is contained in:
Stefan Pejcic
2025-02-20 21:52:55 +01:00
committed by GitHub
parent 19a64cff64
commit 495bbc6b29

View File

@@ -15,7 +15,6 @@ type InstallOptions = Record<string, InstallOption>;
const defaultOptions: InstallOptions = {
domain: { value: "", description: "Set the domain to be used for accessing panels." },
version: { value: "", description: "Set a custom OpenPanel version to be installed." },
email: { value: "", description: "Email address to receive admin logins and future notifications." },
username: { value: "", description: "Set admin username (by default random generated)." },
password: { value: "", description: "Set admin password (by default random generated)." },