mirror of
https://github.com/Dokploy/dokploy
synced 2025-06-26 18:27:59 +00:00
fix: turn off autoComplete for some inputs
This commit is contained in:
@@ -471,6 +471,7 @@ export const AddDatabase = ({ projectId, projectName }: Props) => {
|
||||
<FormControl>
|
||||
<Input
|
||||
placeholder={`Default ${databasesUserDefaultPlaceholder[type]}`}
|
||||
autoComplete="off"
|
||||
{...field}
|
||||
/>
|
||||
</FormControl>
|
||||
@@ -491,6 +492,7 @@ export const AddDatabase = ({ projectId, projectName }: Props) => {
|
||||
<Input
|
||||
type="password"
|
||||
placeholder="******************"
|
||||
autoComplete="off"
|
||||
{...field}
|
||||
/>
|
||||
</FormControl>
|
||||
|
||||
Reference in New Issue
Block a user