mirror of https://github.com/openclaw/openclaw.git
fix(android): update onboarding pairing commands
This commit is contained in:
parent
548a28a13f
commit
eea081c709
|
|
@ -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)
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in New Issue