We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent cce66f8 commit 1e03a72Copy full SHA for 1e03a72
1 file changed
docs/agents/openclaw/openclaw-gateway.mdx
@@ -11,7 +11,7 @@ This guide starts the gateway inside an E2B sandbox and sets:
11
- `gateway.controlUi.allowInsecureAuth=true`
12
- `gateway.controlUi.dangerouslyDisableDeviceAuth=true`
13
14
-for local/testing convenience.
+for demonstration purposes.
15
16
## Quick start
17
@@ -238,7 +238,7 @@ for _ in range(45):
238
239
## Turn insecure flags off (recommended after testing)
240
241
-Use this to restore secure device authentication after local testing.
+Use this to restore secure device authentication after initial testing.
242
243
<CodeGroup>
244
```typescript JavaScript & TypeScript
0 commit comments