mirror of
https://github.com/better-auth/better-auth.git
synced 2026-05-25 08:31:37 -05:00
docs: cleanup emoji (#4690)
This commit is contained in:
@@ -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
|
||||
|
||||
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user