mirror of
https://github.com/stack-auth/stack.git
synced 2026-06-04 21:04:37 +08:00
Fix typo in docs (#55)
Fixes #53 Co-authored-by: mainak <heellomeelo@gmail.com>
This commit is contained in:
parent
8160521a95
commit
01fbe88664
@ -55,7 +55,7 @@ This will send an email verification link to the user's primary email. It will r
|
||||
|
||||
Example:
|
||||
```typescript
|
||||
const error = await user.sendEmailVerification();
|
||||
const error = await user.sendVerificationEmail();
|
||||
if (error) {
|
||||
console.error("Error sending email verification", error);
|
||||
} else {
|
||||
|
||||
Loading…
Reference in New Issue
Block a user