diff --git a/src/commands/serve-http.ts b/src/commands/serve-http.ts index 394309f28..29754d09a 100644 --- a/src/commands/serve-http.ts +++ b/src/commands/serve-http.ts @@ -225,7 +225,22 @@ export async function runServeHttp(engine: BrainEngine, options: ServeHttpOption const token = req.params.token; const tokenHash = createHash('sha256').update(token).digest('hex'); if (tokenHash !== bootstrapHash) { - res.status(401).send('Invalid admin link. Ask your agent for a fresh one.'); + res.status(401).send(` +
+