Revert "In registration flow If new sms requested then check and send redirected to two factor"

This commit is contained in:
Adam Shimali
2016-03-21 13:44:53 +00:00
parent 234fe387df
commit 792b42017a
4 changed files with 6 additions and 29 deletions

View File

@@ -41,7 +41,4 @@ def check_and_resend_verification_code():
# TODO there needs to be a way to generate a new session id
user = user_api_client.get_user_by_email(session['user_details']['email'])
user_api_client.send_verify_code(user.id, 'sms', user.mobile_number)
if user.state == 'pending':
return redirect(url_for('main.verify'))
else:
return redirect(url_for('main.two_factor'))
return redirect(url_for('main.two_factor'))