Skip to content

Commit 4a07595

Browse files
authored
Add missing colon for customPages (parse-community#6393)
1 parent 239f9f3 commit 4a07595

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -338,7 +338,7 @@ It’s possible to change the default pages of the app and redirect the user to
338338
var server = ParseServer({
339339
...otherOptions,
340340

341-
customPages {
341+
customPages: {
342342
passwordResetSuccess: "http://yourapp.com/passwordResetSuccess",
343343
verifyEmailSuccess: "http://yourapp.com/verifyEmailSuccess",
344344
parseFrameURL: "http://yourapp.com/parseFrameURL",

0 commit comments

Comments
 (0)