Skip to content

Commit

Permalink
Add missing colon for customPages (#6393)
Browse files Browse the repository at this point in the history
  • Loading branch information
JeromeDeLeon authored Feb 8, 2020
1 parent 0a65331 commit 06791d8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down

0 comments on commit 06791d8

Please sign in to comment.