mirror of
https://github.com/Dokploy/dokploy.git
synced 2026-07-09 07:55:25 +02: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