Add missing colon for customPages (#6393)
This commit is contained in:
@@ -338,7 +338,7 @@ It’s possible to change the default pages of the app and redirect the user to
|
|||||||
var server = ParseServer({
|
var server = ParseServer({
|
||||||
...otherOptions,
|
...otherOptions,
|
||||||
|
|
||||||
customPages {
|
customPages: {
|
||||||
passwordResetSuccess: "http://yourapp.com/passwordResetSuccess",
|
passwordResetSuccess: "http://yourapp.com/passwordResetSuccess",
|
||||||
verifyEmailSuccess: "http://yourapp.com/verifyEmailSuccess",
|
verifyEmailSuccess: "http://yourapp.com/verifyEmailSuccess",
|
||||||
parseFrameURL: "http://yourapp.com/parseFrameURL",
|
parseFrameURL: "http://yourapp.com/parseFrameURL",
|
||||||
|
|||||||
Reference in New Issue
Block a user