2026-02-27 04:29:51 +00:00
|
|
|
export default function ApiKeyInput() {
|
|
|
|
|
return (
|
|
|
|
|
<div>
|
|
|
|
|
<label className="block text-sm font-medium mb-1">Authentication</label>
|
|
|
|
|
<p className="text-xs text-[var(--text-secondary)] mb-3">
|
2026-03-01 03:59:58 +00:00
|
|
|
Each project can use <strong>claude login</strong> (OAuth, run inside the terminal) or <strong>AWS Bedrock</strong>. Set auth mode per-project.
|
2026-02-27 04:29:51 +00:00
|
|
|
</p>
|
|
|
|
|
</div>
|
|
|
|
|
);
|
|
|
|
|
}
|