mirror of
https://github.com/siteboon/claudecodeui.git
synced 2026-06-11 08:16:00 +08:00
small fix
This commit is contained in:
@@ -16,7 +16,7 @@ const Onboarding = ({ onComplete }) => {
|
|||||||
// CLI authentication states
|
// CLI authentication states
|
||||||
const [showLoginModal, setShowLoginModal] = useState(false);
|
const [showLoginModal, setShowLoginModal] = useState(false);
|
||||||
const [loginProvider, setLoginProvider] = useState('');
|
const [loginProvider, setLoginProvider] = useState('');
|
||||||
const [selectedProject, setSelectedProject] = useState({ name: 'default', fullPath: process.cwd() });
|
const [selectedProject, setSelectedProject] = useState({ name: 'default', fullPath: '' });
|
||||||
|
|
||||||
const [claudeAuthStatus, setClaudeAuthStatus] = useState({
|
const [claudeAuthStatus, setClaudeAuthStatus] = useState({
|
||||||
authenticated: false,
|
authenticated: false,
|
||||||
|
|||||||
Reference in New Issue
Block a user