mirror of
https://github.com/siteboon/claudecodeui.git
synced 2026-02-26 18:47:38 +00:00
resolve conflict
This commit is contained in:
@@ -380,7 +380,7 @@ const ProjectCreationWizard = ({ onClose, onProjectCreated }) => {
|
|||||||
type="text"
|
type="text"
|
||||||
value={githubUrl}
|
value={githubUrl}
|
||||||
onChange={(e) => setGithubUrl(e.target.value)}
|
onChange={(e) => setGithubUrl(e.target.value)}
|
||||||
placeholder={t('projectWizard.step2.githubPlaceholder')}
|
placeholder="https://github.com/username/repository"
|
||||||
className="w-full"
|
className="w-full"
|
||||||
/>
|
/>
|
||||||
<p className="mt-1 text-xs text-gray-500 dark:text-gray-400">
|
<p className="mt-1 text-xs text-gray-500 dark:text-gray-400">
|
||||||
@@ -475,7 +475,7 @@ const ProjectCreationWizard = ({ onClose, onProjectCreated }) => {
|
|||||||
type="password"
|
type="password"
|
||||||
value={newGithubToken}
|
value={newGithubToken}
|
||||||
onChange={(e) => setNewGithubToken(e.target.value)}
|
onChange={(e) => setNewGithubToken(e.target.value)}
|
||||||
placeholder={t('projectWizard.step2.tokenPlaceholder')}
|
placeholder="ghp_xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx"
|
||||||
className="w-full"
|
className="w-full"
|
||||||
/>
|
/>
|
||||||
<p className="mt-1 text-xs text-gray-500 dark:text-gray-400">
|
<p className="mt-1 text-xs text-gray-500 dark:text-gray-400">
|
||||||
|
|||||||
Reference in New Issue
Block a user