Skip to content
This repository was archived by the owner on May 13, 2025. It is now read-only.

Commit 121f69a

Browse files
committed
use call not voice
1 parent bc034d8 commit 121f69a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

verify/auth.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ def wrapped_view(**kwargs):
2929

3030

3131
def start_verification(to, channel='sms'):
32-
if channel not in ('sms', 'voice'):
32+
if channel not in ('sms', 'call'):
3333
channel = 'sms'
3434

3535
service = app.config.get("VERIFICATION_SID")

0 commit comments

Comments
 (0)