@djangocfg/api 2.1.185 → 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.mjs CHANGED
@@ -128,7 +128,7 @@ var useAuthFormState = /* @__PURE__ */ __name((initialIdentifier = "", initialCh
128
128
  const [channel, setChannel] = useState2(initialChannel);
129
129
  const [otp, setOtp] = useState2("");
130
130
  const [isLoading, setIsLoading] = useState2(false);
131
- const [acceptedTerms, setAcceptedTerms] = useState2(false);
131
+ const [acceptedTerms, setAcceptedTerms] = useState2(true);
132
132
  const [step, setStep] = useState2("identifier");
133
133
  const [error, setError] = useState2("");
134
134
  const [twoFactorSessionId, setTwoFactorSessionId] = useState2(null);