fix: sms carrier config, add google carrier (#44)

This commit is contained in:
admon84
2020-09-18 19:39:30 -06:00
committed by GitHub
parent d73449dd7f
commit 971fec20e4
5 changed files with 13 additions and 12 deletions
+1 -1
View File
@@ -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
},