refactor(docker): add type password to input

This commit is contained in:
Mauricio Siu 2024-08-02 00:25:44 -06:00
parent abc6906349
commit bf872200a7

View File

@ -114,7 +114,7 @@ export const SaveDockerProvider = ({ applicationId }: Props) => {
<FormItem>
<FormLabel>Password</FormLabel>
<FormControl>
<Input placeholder="Password" {...field} />
<Input placeholder="Password" {...field} type="password" />
</FormControl>
<FormMessage />
</FormItem>