diff --git a/src/components/PlansSection.tsx b/src/components/PlansSection.tsx index 6081a2b..72c66f1 100644 --- a/src/components/PlansSection.tsx +++ b/src/components/PlansSection.tsx @@ -492,6 +492,58 @@ const PlansSection = () => { + {!user && ( +
+
+
+
+ +
+
+
+ Ditt konto skapas automatiskt +
+

+ Välj ett lösenord så loggar vi in dig direkt. Hantera ditt abonnemang, ändra leveranser och se fakturor i "Mitt konto" när som helst. +

+
+
+ + +
+ + + +
+ {errors.password ? ( +

{errors.password}

+ ) : ( +

+ Använd minst 8 tecken. Vi rekommenderar en blandning av bokstäver och siffror. +

+ )} +
+ )} + +