Skip to content

Commit f8beb08

Browse files
authored
Fix web build (#5303)
1 parent 83c88c7 commit f8beb08

File tree

1 file changed

+7
-5
lines changed

1 file changed

+7
-5
lines changed

web/src/components/admin/actions/forms.tsx

Lines changed: 7 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -122,7 +122,7 @@ export function PerUserAuthTemplateConfig({
122122

123123
<p className="text-sm text-text-800">
124124
Configure how users will authenticate with this MCP server. Define
125-
headers with placeholders that will be filled in by each user's
125+
headers with placeholders that will be filled in by each user&apos;s
126126
credentials.
127127
</p>
128128

@@ -230,7 +230,9 @@ export function PerUserAuthTemplateConfig({
230230
• Their credentials will be validated against the server before
231231
being saved
232232
</p>
233-
<p>• Each user's credentials are stored securely and separately</p>
233+
<p>
234+
• Each user&apos;s credentials are stored securely and separately
235+
</p>
234236
</div>
235237
</div>
236238
</div>
@@ -304,8 +306,8 @@ export function OAuthConfig({
304306

305307
<div className="text-xs text-text-600 space-y-1">
306308
<p>
307-
<strong>Note:</strong> You'll need to register your application with
308-
the MCP server provider to obtain these credentials.
309+
<strong>Note:</strong> You&apos;ll need to register your application
310+
with the MCP server provider to obtain these credentials.
309311
</p>
310312
<p>
311313
• The redirect URI should be set to:{" "}
@@ -316,7 +318,7 @@ export function OAuthConfig({
316318
</p>
317319
<p>
318320
• Make sure the OAuth app has the necessary scopes/permissions for
319-
the MCP server's operations
321+
the MCP server&apos;s operations
320322
</p>
321323
</div>
322324
</div>

0 commit comments

Comments
 (0)