nucleus-core-ts 0.8.106 → 0.8.107

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.
@@ -140,7 +140,7 @@ export function LoginForm({ loginAction, captchaGenerateAction, captchaConfig, s
140
140
  generateAction: captchaGenerateAction,
141
141
  config: captchaConfig,
142
142
  onChallengeLoad: (challenge)=>{
143
- store.setCaptchaId(challenge.challengeId);
143
+ store.setCaptchaId(challenge.data?.challengeId ?? "");
144
144
  store.setCaptchaAnswer("");
145
145
  },
146
146
  onAnswerChange: (_, answer)=>{
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "nucleus-core-ts",
3
- "version": "0.8.106",
3
+ "version": "0.8.107",
4
4
  "description": "Production-ready, enterprise-grade TypeScript framework for building multi-tenant APIs",
5
5
  "author": "Hidayet Can Özcan <hidayetcan@gmail.com>",
6
6
  "license": "SEE LICENSE IN LICENSE",