📝 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

@@ -185,10 +185,18 @@ export interface CustomPagesOptions {
invalidLink: ?string;
/* verify email success page path */
verifyEmailSuccess: ?string;
/* invalid verification link page path */
invalidVerificationLink: ?string;
/* verification link send success page path */
linkSendSuccess: ?string;
/* verification link send fail page path */
linkSendFail: ?string;
/* choose password page path */
choosePassword: ?string;
/* password reset success page path */
passwordResetSuccess: ?string;
/* for masking user-facing pages */
parseFrameURL: ?string;
}
export interface LiveQueryOptions {