2
0
Эх сурвалжийг харах

Add referral code to cloud registration

Mauricio Araujo 2 жил өмнө
parent
commit
314f3802c4

+ 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,
           },
           {}
         )