diff --git a/manager/components/Exams.tsx b/manager/components/Exams.tsx index 4d32e66..4437819 100644 --- a/manager/components/Exams.tsx +++ b/manager/components/Exams.tsx @@ -1181,6 +1181,8 @@ const Exams: React.FC = ({ data, updateData }) => { = ({ data, updateData }) => { value={aiForm.geminiKey} onChange={e => setAiForm({ ...aiForm, geminiKey: e.target.value })} placeholder="Cole a chave (AIzaSy...)" + autoComplete="new-password" className="w-full px-4 py-2.5 bg-slate-50 border border-slate-200 rounded-xl focus:ring-2 focus:ring-indigo-500 focus:outline-none transition-all font-medium text-slate-800 text-xs" /> @@ -1536,6 +1539,7 @@ const Exams: React.FC = ({ data, updateData }) => { value={aiForm.openaiKey} onChange={e => setAiForm({ ...aiForm, openaiKey: e.target.value })} placeholder="Cole a chave (sk-...)" + autoComplete="new-password" className="w-full px-4 py-2.5 bg-slate-50 border border-slate-200 rounded-xl focus:ring-2 focus:ring-indigo-500 focus:outline-none transition-all font-medium text-slate-800 text-xs" /> @@ -1586,6 +1590,7 @@ const Exams: React.FC = ({ data, updateData }) => { value={aiForm.claudeKey} onChange={e => setAiForm({ ...aiForm, claudeKey: e.target.value })} placeholder="Cole a chave (sk-ant-...)" + autoComplete="new-password" className="w-full px-4 py-2.5 bg-slate-50 border border-slate-200 rounded-xl focus:ring-2 focus:ring-indigo-500 focus:outline-none transition-all font-medium text-slate-800 text-xs" /> @@ -1636,6 +1641,7 @@ const Exams: React.FC = ({ data, updateData }) => { value={aiForm.openrouterKey} onChange={e => setAiForm({ ...aiForm, openrouterKey: e.target.value })} placeholder="Cole a chave (sk-or-...)" + autoComplete="new-password" className="w-full px-4 py-2.5 bg-slate-50 border border-slate-200 rounded-xl focus:ring-2 focus:ring-indigo-500 focus:outline-none transition-all font-medium text-slate-800 text-xs" />