We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3f93387 commit 0f28a81Copy full SHA for 0f28a81
1 file changed
selfservice/blueprints/recovery.py
@@ -200,8 +200,6 @@ def verify_phone(recovery_id):
200
session = RecoverySession.query.filter_by(id=recovery_id).first()
201
phone = PhoneVerification.query.filter_by(session=recovery_id).first()
202
203
- print(phone.phone_number)
204
-
205
service_sid = current_app.config.get("TWILIO_SERVICE_SID")
206
client = Client(
207
current_app.config.get("TWILIO_SID"), current_app.config.get("TWILIO_TOKEN")
0 commit comments