a tool for shared writing and social publishing
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

add autocomplete for otps

+4 -1
+3 -1
actions/phone_auth/request_phone_auth_token.ts
··· 21 21 const client = twilio(accountSid, authToken); 22 22 if (country_code === "1") { 23 23 const message = await client.messages.create({ 24 - body: `${code} is your verification code`, 24 + body: `${code} is your verification code 25 + 26 + @leaflet.pub #${code}`, 25 27 from: `+18449523391`, 26 28 to: phoneNumber, 27 29 });
+1
components/Blocks/RSVPBlock/ContactDetailsForm.tsx
··· 328 328 placeholder="000000" 329 329 className="input-with-border !pt-5 w-full " 330 330 value={props.value} 331 + autoComplete="one-time-code" 331 332 onChange={(e) => props.onChange(e.target.value)} 332 333 /> 333 334 <div className="text-sm italic text-tertiary leading-tight">