📝 Document custom pages options (#5687)

This commit is contained in:
Yao Bin
2019-06-15 04:35:09 +08:00
committed by Diamond Lewis
parent 466a049bd0
commit 2a45ee02fb
3 changed files with 28 additions and 0 deletions

View File

@@ -68,6 +68,10 @@
* @interface CustomPagesOptions
* @property {String} choosePassword choose password page path
* @property {String} invalidLink invalid link page path
* @property {String} invalidVerificationLink invalid verification link page path
* @property {String} linkSendFail verification link send fail page path
* @property {String} linkSendSuccess verification link send success page path
* @property {String} parseFrameURL for masking user-facing pages
* @property {String} passwordResetSuccess password reset success page path
* @property {String} verifyEmailSuccess verify email success page path
*/