@secondstaxorg/sscomp 2.0.11 → 2.0.13

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.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@secondstaxorg/sscomp",
3
- "version": "2.0.11",
3
+ "version": "2.0.13",
4
4
  "publishConfig": {
5
5
  "registry": "https://registry.npmjs.org/"
6
6
  },
@@ -30,7 +30,7 @@ export interface SetPasswordProps {
30
30
  /**
31
31
  * When form is completed, this is a callback for when the fields in the form have been filled
32
32
  */
33
- values: (val: {
33
+ values?: (val: {
34
34
  verificationCode: string;
35
35
  password: string;
36
36
  email?: string;