+
diff --git a/login/apps/login/src/components/privacy-policy-checkboxes.tsx b/login/apps/login/src/components/privacy-policy-checkboxes.tsx
index 4ab0e33222..86ccb08721 100644
--- a/login/apps/login/src/components/privacy-policy-checkboxes.tsx
+++ b/login/apps/login/src/components/privacy-policy-checkboxes.tsx
@@ -23,7 +23,7 @@ export function PrivacyPolicyCheckboxes({ legal, onChange }: Props) {
return (
<>
-
+
{legal?.helpLink && (
@@ -34,7 +34,7 @@ export function PrivacyPolicyCheckboxes({ legal, onChange }: Props) {
viewBox="0 0 24 24"
strokeWidth={1.5}
stroke="currentColor"
- className="ml-1 w-5 h-5"
+ className="ml-1 h-5 w-5"
>
-
+
- {loading && }{" "}
+ {loading && }{" "}
diff --git a/login/apps/login/src/components/register-form.tsx b/login/apps/login/src/components/register-form.tsx
index 6217bbcbb9..554a0f08c2 100644
--- a/login/apps/login/src/components/register-form.tsx
+++ b/login/apps/login/src/components/register-form.tsx
@@ -124,7 +124,7 @@ export function RegisterForm({
const [tosAndPolicyAccepted, setTosAndPolicyAccepted] = useState(false);
return (