tek-wallet 0.0.96 → 0.0.97

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.
@@ -121,7 +121,7 @@ var CreateWalletView = function (props) {
121
121
  /**
122
122
  * validate otp here
123
123
  */
124
- if (value.length === passcodeLength) {
124
+ if (value.length === passcodeLength && false) {
125
125
  createWallet({
126
126
  passcode: value,
127
127
  appSlug: process.env.NEXT_PUBLIC_TEK_WALLET_APP_SLUG || "",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "tek-wallet",
3
- "version": "0.0.96",
3
+ "version": "0.0.97",
4
4
  "description": "A custom React provider with TypeScript support",
5
5
  "main": "dist/index.js",
6
6
  "types": "dist/index.d.ts",