We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4ccba49 commit 674b0c7Copy full SHA for 674b0c7
src/tools/validateUser.ts
@@ -52,7 +52,7 @@ export async function handleValidateUserRequest(args: any, token: string) {
52
53
// Format the response
54
const formattedResponse = `User validation successful:
55
-Domain: ${userData.domain}
+Domain: ${userData.domain} (the domain of the user, make it bold)
56
Email: ${userData.email}`;
57
58
return createSuccessResponse(formattedResponse);
0 commit comments