@webbio/strapi-plugin-page-builder 0.12.5-platform → 0.12.7-platform

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.12.5-platform",
3
+ "version": "0.12.7-platform",
4
4
  "description": "This is the description of the plugin.",
5
5
  "scripts": {
6
6
  "develop": "tsc -p tsconfig.server.json -w",
@@ -105,8 +105,7 @@ export default {
105
105
  });
106
106
 
107
107
  // @ts-ignore
108
- const searchParams = new URLSearchParams({ token: resetPasswordToken });
109
- const resetPasswordUrl = `${user.platform.domain}/wachtwoord-resetten/?${searchParams.toString()}`;
108
+ const resetPasswordUrl = `${user.platform.domain}/wachtwoord-resetten/${resetPasswordToken}`;
110
109
 
111
110
  await this.sendMail({
112
111
  // @ts-ignore
@@ -1,18 +0,0 @@
1
- {
2
- "kind": "collectionType",
3
- "collectionName": "user-categories",
4
- "info": {
5
- "singularName": "user-category",
6
- "pluralName": "user-categories",
7
- "displayName": "User Categories"
8
- },
9
- "options": {
10
- "draftAndPublish": false,
11
- "comment": ""
12
- },
13
- "attributes": {
14
- "title": {
15
- "type": "string"
16
- }
17
- }
18
- }