docs: emails in cloud (#14040)
* docs: emails in cloud * add notes to user guides * small updates * small change * fix link * addressed feedback
This commit is contained in:
@@ -89,11 +89,11 @@ export const highlights=[
|
||||
["10", "token", "The password reset token."],
|
||||
["11", "actor_type", "The user's actor type."],
|
||||
["20", "urlPrefix", "Set the page's URL based on the user's actor type."],
|
||||
["30", "createNotifications", "Send a notification to the user."],
|
||||
["32", `"email"`, "The channel to send the notification through."],
|
||||
["34", "template", "The template defined in the third-party provider."],
|
||||
["35", "data", "The data to pass to the template in the third-party provider."],
|
||||
["37", "reset_url", "The frontend URL to redirect the user to reset their password."]
|
||||
["31", "createNotifications", "Send a notification to the user."],
|
||||
["33", `"email"`, "The channel to send the notification through."],
|
||||
["35", "template", "The template defined in the third-party provider."],
|
||||
["36", "data", "The data to pass to the template in the third-party provider."],
|
||||
["38", "reset_url", "The frontend URL to redirect the user to reset their password."]
|
||||
]
|
||||
|
||||
```ts title="src/subscribers/handle-reset.ts" highlights={highlights} collapsibleLines="1-6" expandMoreLabel="Show Imports"
|
||||
|
||||
Reference in New Issue
Block a user