mirror of
https://github.com/openclaw/openclaw.git
synced 2026-08-24 11:25:50 -06:00
44b4a0ac05
handleScannedLink does not set self.step = .connect after scanning a QR code from the welcome step. The scanner sheet dismisses and the UI returns to the welcome screen instead of showing connection progress. The sibling handleScannedSetupCode path correctly advances the step; this aligns the QR scan path. Fixes #98297 Co-authored-by: Cursor <cursoragent@cursor.com>