@opexa/portal-components 0.0.774 → 0.0.775

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