@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
package/server/services/email.ts
CHANGED
|
@@ -105,8 +105,7 @@ export default {
|
|
|
105
105
|
});
|
|
106
106
|
|
|
107
107
|
// @ts-ignore
|
|
108
|
-
const
|
|
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
|
-
}
|