feat: US-010 - Re-enable boot sequence
This commit is contained in:
+1
-1
@@ -44,7 +44,7 @@ function SkipButton({ onSkip }: { onSkip: () => void }) {
|
|||||||
}
|
}
|
||||||
|
|
||||||
function App() {
|
function App() {
|
||||||
const [phase, setPhase] = useState<Phase>('login')
|
const [phase, setPhase] = useState<Phase>('boot')
|
||||||
const cursorPositionRef = useRef<{ x: number; y: number } | null>(null)
|
const cursorPositionRef = useRef<{ x: number; y: number } | null>(null)
|
||||||
|
|
||||||
const skipToLogin = () => setPhase('login')
|
const skipToLogin = () => setPhase('login')
|
||||||
|
|||||||
Reference in New Issue
Block a user