mirror of
https://github.com/better-auth/better-auth.git
synced 2026-05-30 02:46:44 -05:00
docs: updating function call parameters (#1052)
This commit is contained in:
@@ -117,8 +117,10 @@ import { auth } from "@/lib/auth"
|
||||
|
||||
const signIn = async () => {
|
||||
await auth.api.signInEmail({
|
||||
email: "user@email.com",
|
||||
password: "password",
|
||||
body: {
|
||||
email: "user@email.com",
|
||||
password: "password",
|
||||
}
|
||||
})
|
||||
}
|
||||
```
|
||||
|
||||
Reference in New Issue
Block a user