mirror of
https://github.com/openclaw/openclaw.git
synced 2026-07-21 10:16:44 +00:00
fix(gateway): guide dashboard auth after service repair (#88466)
Signed-off-by: sallyom <somalley@redhat.com>
This commit is contained in:
@@ -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,
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user