rename API to admin

This commit is contained in:
Léo Haf 2025-03-21 10:13:12 +01:00
parent be6113e329
commit 8aa0a3cab6
Signed by: Retropex
GPG Key ID: F5073C4F4882FFFC

View File

@ -222,8 +222,8 @@ export const getConfig: T.ExpectedExports.getConfig = compat.getConfig({
}, },
admin_password: { admin_password: {
type: "string", type: "string",
name: "API password", name: "Admin Password",
description: "API password for actions/changes", description: "Admin password for actions/changes",
default: "", default: "",
nullable: true, nullable: true,
}, },