style: format onboard providers
parent
1716c01bdf
commit
bfadc8f4ee
|
|
@ -546,7 +546,8 @@ async function promptWhatsAppAllowFrom(
|
||||||
"WhatsApp number",
|
"WhatsApp number",
|
||||||
);
|
);
|
||||||
const entry = await prompter.text({
|
const entry = await prompter.text({
|
||||||
message: "Your personal WhatsApp number (the phone you will message from)",
|
message:
|
||||||
|
"Your personal WhatsApp number (the phone you will message from)",
|
||||||
placeholder: "+15555550123",
|
placeholder: "+15555550123",
|
||||||
initialValue: existingAllowFrom[0],
|
initialValue: existingAllowFrom[0],
|
||||||
validate: (value) => {
|
validate: (value) => {
|
||||||
|
|
@ -613,7 +614,8 @@ async function promptWhatsAppAllowFrom(
|
||||||
"WhatsApp number",
|
"WhatsApp number",
|
||||||
);
|
);
|
||||||
const entry = await prompter.text({
|
const entry = await prompter.text({
|
||||||
message: "Your personal WhatsApp number (the phone you will message from)",
|
message:
|
||||||
|
"Your personal WhatsApp number (the phone you will message from)",
|
||||||
placeholder: "+15555550123",
|
placeholder: "+15555550123",
|
||||||
initialValue: existingAllowFrom[0],
|
initialValue: existingAllowFrom[0],
|
||||||
validate: (value) => {
|
validate: (value) => {
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue