@djangocfg/api 2.1.186 → 2.1.187

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/auth.cjs CHANGED
@@ -186,7 +186,7 @@ var useAuthFormState = /* @__PURE__ */ __name((initialIdentifier = "", initialCh
186
186
  const [channel, setChannel] = (0, import_react3.useState)(initialChannel);
187
187
  const [otp, setOtp] = (0, import_react3.useState)("");
188
188
  const [isLoading, setIsLoading] = (0, import_react3.useState)(false);
189
- const [acceptedTerms, setAcceptedTerms] = (0, import_react3.useState)(false);
189
+ const [acceptedTerms, setAcceptedTerms] = (0, import_react3.useState)(true);
190
190
  const [step, setStep] = (0, import_react3.useState)("identifier");
191
191
  const [error, setError] = (0, import_react3.useState)("");
192
192
  const [twoFactorSessionId, setTwoFactorSessionId] = (0, import_react3.useState)(null);