Ver Fonte

Add referral code to cloud registration

Mauricio Araujo há 2 anos atrás
pai
commit
314f3802c4
1 ficheiros alterados com 1 adições e 0 exclusões
  1. 1 0
      dashboard/src/main/auth/Register.tsx

+ 1 - 0
dashboard/src/main/auth/Register.tsx

@@ -186,6 +186,7 @@ const Register: React.FC<Props> = ({ authenticate }) => {
               chosenReferralOption === "Other"
                 ? `Other: ${referralOtherText}`
                 : chosenReferralOption,
+            referred_by_code: referralCode,
           },
           {}
         )