Skip to content

Commit 7aa4300

Browse files
committed
remove phone numbers . .
1 parent 6d7032e commit 7aa4300

File tree

1 file changed

+1
-5
lines changed

1 file changed

+1
-5
lines changed

sms/server/whitelist.go

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,4 @@
11
package main
22

33
// whitelist is a list of phone numbers allowed to be reached in development environments
4-
var whitelist = []string{
5-
"+12098677445", // philip
6-
"+16268231898", // tommy
7-
"+15107178357", // angelica
8-
}
4+
var whitelist = []string{}

0 commit comments

Comments
 (0)