@app.route("/")
def index():
    form = SecretKeyTestForm()
    auth_form = OTPAuthentication()
    return render_template("index.html", form=form, auth_form=auth_form)