diff --git a/apps/dashboard/src/components/primitives/secret-input.tsx b/apps/dashboard/src/components/primitives/secret-input.tsx index 8794d7c5eda..f2c574cc292 100644 --- a/apps/dashboard/src/components/primitives/secret-input.tsx +++ b/apps/dashboard/src/components/primitives/secret-input.tsx @@ -2,6 +2,7 @@ import { useState } from 'react'; import { Eye, EyeOff } from 'lucide-react'; import { Input } from './input'; import { Button } from './button'; +import { AUTOCOMPLETE_PASSWORD_MANAGERS_OFF } from '../../utils/constants'; interface SecretInputProps extends React.InputHTMLAttributes { register?: any; @@ -16,7 +17,7 @@ export function SecretInput({ className, register, registerKey, registerOptions, return ( <> - +