diff --git a/web/src/components/MachineList.tsx b/web/src/components/MachineList.tsx index cb396be..cc1797c 100644 --- a/web/src/components/MachineList.tsx +++ b/web/src/components/MachineList.tsx @@ -194,6 +194,13 @@ export const columns: ColumnDef[] = [ description="Edit machines" serverAction={updateMachine} formSchema={addMachineSchema} + fieldConfig={{ + auth_token: { + inputProps: { + type: "password", + }, + }, + }} /> );