@webbio/strapi-plugin-page-builder 0.9.18-authentication → 0.9.19-authentication

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@webbio/strapi-plugin-page-builder",
3
- "version": "0.9.18-authentication",
3
+ "version": "0.9.19-authentication",
4
4
  "description": "This is the description of the plugin.",
5
5
  "scripts": {
6
6
  "develop": "tsc -p tsconfig.server.json -w",
@@ -101,9 +101,9 @@ export default {
101
101
  data: { resetPasswordToken }
102
102
  });
103
103
 
104
- // @ts-ignore // TODO: remove hardcoded path
104
+ // @ts-ignore
105
105
  const searchParams = new URLSearchParams({ token: resetPasswordToken });
106
- const resetPasswordUrl = `${user.platform.domain}/ketenafspraken/reset-password/?${searchParams.toString()}`;
106
+ const resetPasswordUrl = `${user.platform.domain}/reset-password/?${searchParams.toString()}`;
107
107
 
108
108
  await this.sendMail({
109
109
  // @ts-ignore