From 06791d8f5732137e6a32f678fa3f7119c73db6bb Mon Sep 17 00:00:00 2001 From: Jerome De Leon <32805276+JeromeDeLeon@users.noreply.github.com> Date: Sat, 8 Feb 2020 08:25:28 +0800 Subject: [PATCH] Add missing colon for customPages (#6393) --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 39f7c6c3..e73f9b90 100644 --- a/README.md +++ b/README.md @@ -338,7 +338,7 @@ It’s 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",