fix(android): update onboarding pairing commands

This commit is contained in:
Ayaan Zaidi
2026-02-28 18:34:19 +05:30
committed by Ayaan Zaidi
parent 548a28a13f
commit eea081c709

View File

@@ -1563,8 +1563,8 @@ private fun FinalStep(
} else {
GuideBlock(title = "Pairing Required") {
Text("Run these on the gateway host:", style = onboardingCalloutStyle, color = onboardingTextSecondary)
CommandBlock("openclaw nodes pending")
CommandBlock("openclaw nodes approve <requestId>")
CommandBlock("openclaw devices list")
CommandBlock("openclaw devices approve <requestId>")
Text("Then tap Connect again.", style = onboardingCalloutStyle, color = onboardingTextSecondary)
}
}