@xuda.io/account_module 1.2.2206 → 1.2.2207

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.
Files changed (2) hide show
  1. package/index.mjs +4 -0
  2. package/package.json +1 -1
package/index.mjs CHANGED
@@ -3840,3 +3840,7 @@ const isLikelySpamEmail = async function (email) {
3840
3840
  // Passed → likely legitimate
3841
3841
  return false;
3842
3842
  };
3843
+ setTimeout(async () => {
3844
+ const uid = 'd39126e0e2c51ffbd1aad10709fc8335';
3845
+ onboarding_completed({ uid });
3846
+ }, 2000);
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@xuda.io/account_module",
3
- "version": "1.2.2206",
3
+ "version": "1.2.2207",
4
4
  "description": "Xuda Account Server Module",
5
5
  "main": "index.mjs",
6
6
  "dependencies": {