fix(ai-ui): disable AI key autocomplete

This commit is contained in:
Vyacheslav Scherbinin
2025-08-19 10:28:47 +07:00
parent 1e7f614bb6
commit 72fca80047

View File

@@ -198,7 +198,12 @@ export const HandleAi = ({ aiId }: Props) => {
<FormItem>
<FormLabel>API Key</FormLabel>
<FormControl>
<Input type="password" placeholder="sk-..." {...field} />
<Input
type="password"
placeholder="sk-..."
autoComplete="one-time-code"
{...field}
/>
</FormControl>
<FormDescription>
Your API key for authentication