@nauth-toolkit/client 0.1.105 → 0.1.106

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
@@ -117,7 +117,7 @@ var defaultEndpoints = {
117
117
  changePassword: "/change-password",
118
118
  forgotPassword: "/forgot-password",
119
119
  confirmForgotPassword: "/forgot-password/confirm",
120
- confirmAdminResetPassword: "/admin/reset-password/confirm",
120
+ confirmAdminResetPassword: "/reset-password/confirm",
121
121
  mfaStatus: "/mfa/status",
122
122
  mfaDevices: "/mfa/devices",
123
123
  mfaSetupData: "/mfa/setup-data",