@opexa/portal-components 0.0.773 → 0.0.774

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.
@@ -274,6 +274,7 @@ export function SignUpDefaultForm() {
274
274
  return;
275
275
  }
276
276
  globalStore.signUp.setOpen(false);
277
+ globalStore.responsibleGaming.setOpen(true);
277
278
  step1Form.reset();
278
279
  step2Form.reset();
279
280
  setStep(1);
@@ -425,6 +425,7 @@ export function SignUpKYCForm() {
425
425
  await pollImageUpload();
426
426
  }
427
427
  dialog.setOpen(false);
428
+ globalStore.responsibleGaming.setOpen(true);
428
429
  step1Form.reset();
429
430
  step2Form.reset();
430
431
  setStep(1);
@@ -168,6 +168,7 @@ export function SignUpNameAndPasswordForm() {
168
168
  return;
169
169
  }
170
170
  globalStore.signUp.setOpen(false);
171
+ globalStore.responsibleGaming.setOpen(true);
171
172
  form.reset();
172
173
  }
173
174
  catch (error) {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@opexa/portal-components",
3
- "version": "0.0.773",
3
+ "version": "0.0.774",
4
4
  "exports": {
5
5
  "./ui/*": {
6
6
  "types": "./dist/ui/*/index.d.ts",