docs: cleanup emoji (#4690)

This commit is contained in:
Alex Yang
2025-09-15 19:06:27 -07:00
committed by GitHub
parent de4b4966cb
commit 1713efcb34
2 changed files with 2 additions and 2 deletions

View File

@@ -485,7 +485,7 @@ async function pollForToken(deviceCode: string, interval: number) {
});
if (data?.access_token) {
console.log("\nAuthorization Successful!");
console.log("\nAuthorization Successful!");
console.log("Access token received!");
// Get user session

View File

@@ -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,