@cocreate/users 1.36.6 → 1.36.7
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/CHANGELOG.md +7 -0
- package/package.json +1 -1
- package/src/server.js +1 -1
package/CHANGELOG.md
CHANGED
|
@@ -1,3 +1,10 @@
|
|
|
1
|
+
## [1.36.7](https://github.com/CoCreate-app/CoCreate-users/compare/v1.36.6...v1.36.7) (2024-02-18)
|
|
2
|
+
|
|
3
|
+
|
|
4
|
+
### Bug Fixes
|
|
5
|
+
|
|
6
|
+
* update accept invite error message ([65f0ac0](https://github.com/CoCreate-app/CoCreate-users/commit/65f0ac07fe9232997bd0bac4b8f5aec188601802))
|
|
7
|
+
|
|
1
8
|
## [1.36.6](https://github.com/CoCreate-app/CoCreate-users/compare/v1.36.5...v1.36.6) (2024-02-17)
|
|
2
9
|
|
|
3
10
|
|
package/package.json
CHANGED
package/src/server.js
CHANGED
|
@@ -281,7 +281,7 @@ class CoCreateUser {
|
|
|
281
281
|
host: data.host,
|
|
282
282
|
method: 'acceptInvite',
|
|
283
283
|
success: false,
|
|
284
|
-
message: "
|
|
284
|
+
message: "The token is invalid or has expired. However, you can still access your account. Please request a new invite to proceed, and feel free to explore the available features while you wait.",
|
|
285
285
|
organization_id: data.organization_id,
|
|
286
286
|
uid
|
|
287
287
|
}
|