@secondstaxorg/sscomp 1.9.94 → 1.9.95

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": "1.9.94",
3
+ "version": "1.9.95",
4
4
  "publishConfig": {
5
5
  "registry": "https://registry.npmjs.org/"
6
6
  },
@@ -5,10 +5,6 @@ export interface SetPasswordProps {
5
5
  */
6
6
  hidePasswordMeter?: boolean;
7
7
  /**
8
- * Callback function for when the status of the form whether it's been completed
9
- */
10
- formComplete: (status: boolean) => void;
11
- /**
12
8
  * If available, the email address to be displayed if not to be entered by the user
13
9
  */
14
10
  userEmail?: string;