Add missing colon for customPages (#6393)

This commit is contained in:
Jerome De Leon
2020-02-08 08:25:28 +08:00
committed by GitHub
parent 0a65331fcb
commit 06791d8f57

View File

@@ -338,7 +338,7 @@ Its possible to change the default pages of the app and redirect the user to
var server = ParseServer({
...otherOptions,
customPages {
customPages: {
passwordResetSuccess: "http://yourapp.com/passwordResetSuccess",
verifyEmailSuccess: "http://yourapp.com/verifyEmailSuccess",
parseFrameURL: "http://yourapp.com/parseFrameURL",