From 4d3e0f8f1a2e644af947fb6ada98f7c6a1e0c1f8 Mon Sep 17 00:00:00 2001 From: Ivan Chen Date: Tue, 3 Nov 2020 17:19:53 -0500 Subject: added one (#101) --- src/screens/onboarding/Verification.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src') diff --git a/src/screens/onboarding/Verification.tsx b/src/screens/onboarding/Verification.tsx index 228cb778..ad012c92 100644 --- a/src/screens/onboarding/Verification.tsx +++ b/src/screens/onboarding/Verification.tsx @@ -59,7 +59,7 @@ const Verification: React.FC = ({route, navigation}) => { let verifyOtpResponse = await fetch(VERIFY_OTP_ENDPOINT, { method: 'POST', body: JSON.stringify({ - phone_number: phone, + phone_number: '+1' + phone, otp: value, }), }); -- cgit v1.2.3-70-g09d2