You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+1-3Lines changed: 1 addition & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -95,9 +95,7 @@ const server = new ParseServer({
95
95
// A callback that makes the Parse User accessible and allows to return the locale of the user for template localization.
96
96
localeCallback: async (user) => {
97
97
return user.get('locale');
98
-
},
99
-
// Is true if localization of template files should be enabled.
100
-
enableLocalization: true
98
+
}
101
99
}
102
100
},
103
101
// The asynronous callback that contains the composed email payload to be passed on to an 3rd party API. The payload may need to be convert specifically for the API; conversion for common APIs is conveniently available in the `ApiPayloadConverter`. Below is an example for the Mailgun client.
0 commit comments