@insforge/sdk 1.2.1-dev.1 → 1.2.1-dev.2

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/dist/index.mjs CHANGED
@@ -1072,7 +1072,7 @@ var Auth = class {
1072
1072
  } catch (error) {
1073
1073
  return wrapError(
1074
1074
  error,
1075
- "An unexpected error occurred while sending verification code"
1075
+ "An unexpected error occurred while sending verification email"
1076
1076
  );
1077
1077
  }
1078
1078
  }
@@ -1105,7 +1105,7 @@ var Auth = class {
1105
1105
  } catch (error) {
1106
1106
  return wrapError(
1107
1107
  error,
1108
- "An unexpected error occurred while sending password reset code"
1108
+ "An unexpected error occurred while sending password reset email"
1109
1109
  );
1110
1110
  }
1111
1111
  }