mirror of
https://github.com/opelly27/streetmerchant.git
synced 2026-05-20 08:47:43 +00:00
fix: sms carrier config, add google carrier (#44)
This commit is contained in:
+1
-1
@@ -9,7 +9,7 @@ const notifications = {
|
||||
password: process.env.EMAIL_PASSWORD ?? ''
|
||||
},
|
||||
phone: {
|
||||
availableCarriers: ['sprint', 'verizon', 'tmobile', 'att'],
|
||||
availableCarriers: ['sprint', 'verizon', 'tmobile', 'att', 'google'],
|
||||
carrier: process.env.PHONE_CARRIER,
|
||||
number: process.env.PHONE_NUMBER
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user