From 1713efcb346d4e2c5011a8bcf96fc7c90043c66d Mon Sep 17 00:00:00 2001 From: Alex Yang Date: Mon, 15 Sep 2025 19:06:27 -0700 Subject: [PATCH] docs: cleanup emoji (#4690) --- docs/content/docs/plugins/device-authorization.mdx | 2 +- docs/content/docs/plugins/siwe.mdx | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/content/docs/plugins/device-authorization.mdx b/docs/content/docs/plugins/device-authorization.mdx index 9963054c51..332611cc66 100644 --- a/docs/content/docs/plugins/device-authorization.mdx +++ b/docs/content/docs/plugins/device-authorization.mdx @@ -485,7 +485,7 @@ async function pollForToken(deviceCode: string, interval: number) { }); if (data?.access_token) { - console.log("\nāœ… Authorization Successful!"); + console.log("\nAuthorization Successful!"); console.log("Access token received!"); // Get user session diff --git a/docs/content/docs/plugins/siwe.mdx b/docs/content/docs/plugins/siwe.mdx index 35bb71be77..092ebe454a 100644 --- a/docs/content/docs/plugins/siwe.mdx +++ b/docs/content/docs/plugins/siwe.mdx @@ -150,7 +150,7 @@ const { data, error } = await authClient.siwe.verify({ ``` ```ts title="base.ts" -// āœ… Base (chainId REQUIRED) +// Base (chainId REQUIRED) const { data, error } = await authClient.siwe.verify({ message, signature,