fix(gateway): guide dashboard auth after service repair (#88466)

Signed-off-by: sallyom <somalley@redhat.com>
This commit is contained in:
Sally O'Malley
2026-05-31 07:31:44 -04:00
committed by GitHub
parent 899dc5f248
commit 615f71a88f
+2 -1
View File
@@ -87,7 +87,8 @@ export async function repairLoadedGatewayServiceForStart(params: {
return {
result: "started",
message: "Gateway service definition repaired and started.",
message:
"Gateway service definition repaired and started. Reopen the Control UI with `openclaw dashboard` or copy a fresh auth URL with `openclaw dashboard --no-open`.",
warnings: warnings.length ? warnings : undefined,
loaded,
};