mirror of
https://github.com/better-auth/better-auth.git
synced 2026-05-31 19:36:46 -05:00
docs: fix minor typo (#1002)
This commit is contained in:
@@ -119,7 +119,7 @@ In addition to signing in a user using send-verify flow, you can also use phone
|
||||
await authClient.signIn.phoneNumber({
|
||||
phoneNumber: "+123456789",
|
||||
password: "password",
|
||||
remeberMe: true //optional defaults to true
|
||||
rememberMe: true //optional defaults to true
|
||||
})
|
||||
```
|
||||
|
||||
|
||||
Reference in New Issue
Block a user