Skip to content

Commit c68b44d

Browse files
authored
Update login-embed.md
1 parent 79ab8f3 commit c68b44d

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

docs/login-embed.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,7 @@
1515
| [uid] | string | userId of a user to reset password for, when paired with a resetToken, presents the user with a page to reset their password, also can be passed as a url variable like https://example.com/reset?resetToken=xxxxx&uid=12 |
1616
| [resetToken] | string | resetToken generated by user using the forgot password functionality, when paired with a uid the login form will display a password reset form, also can be passed as a url variable like https://example.com/reset?resetToken=xxxxx&uid=12|
1717
| [inviteToken] | string | inviteToken generated from the seat management form, if present, will present the user with an account registration page, also can be passed as a url variable like https://example.com/register?inviteToken=xxxxx|
18+
1819
## Example Pricing Page Config
1920
```javascript
2021
Servicebot.Login({

0 commit comments

Comments
 (0)