mirror of
https://github.com/openclaw/openclaw.git
synced 2026-03-24 00:11:31 +00:00
refactor(ui): change to 'Trusted Proxy mode' for clarity
'mode' suffix makes it clearer this is an authentication method, balancing simplicity with explicit meaning.
This commit is contained in:
committed by
Peter Steinberger
parent
86e56a29e8
commit
f691ffcd21
@@ -147,7 +147,7 @@ export function renderOverview(props: OverviewProps) {
|
||||
<div class="field" style="margin-top: 8px;">
|
||||
<span>Gateway Token</span>
|
||||
<div style="padding: 8px 12px; background: var(--bg-subtle, #f5f5f5); border-radius: 4px; color: var(--text-secondary, #666); font-size: 0.95em;">
|
||||
Trusted Proxy
|
||||
Trusted Proxy mode
|
||||
</div>
|
||||
</div>
|
||||
`
|
||||
|
||||
Reference in New Issue
Block a user