+ Click the button below to sign in with Apple:
+ {
+ console.error("Apple auth error:", error);
+ navigate({ to: "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/login" });
+ }}
+ redirectAfterLogin={(plan) => {
+ if (plan) {
+ navigate({ to: "/pricing", search: { selected_plan: plan } });
+ } else {
+ navigate({ to: "/" });
+ }
+ }}
+ selectedPlan={selected_plan}
+ inviteCode=""
+ />
+
+