mirror of
https://github.com/openclaw/openclaw.git
synced 2026-07-01 15:23:34 +00:00
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>