@opexa/portal-components 0.0.999 → 0.0.1000

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.
@@ -113,6 +113,7 @@ export function MobileNumberSignIn() {
113
113
  console.warn('Failed to updated biometric credentials');
114
114
  globalStore.signIn.setOpen(!globalStore.signIn.open);
115
115
  }
116
+ globalStore.disclaimer.setOpen(true);
116
117
  }
117
118
  else {
118
119
  console.error('Failed to create token');
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@opexa/portal-components",
3
- "version": "0.0.999",
3
+ "version": "0.0.1000",
4
4
  "exports": {
5
5
  "./ui/*": {
6
6
  "types": "./dist/ui/*/index.d.ts",