{% extends 'default.html' %} {% set active_page = "setting" %} {% block title %} Unlink Security Key {% endblock %} {% block default_content %}

Unlink Your Security Key

Please enter the password of your account so that we can ensure it's you.

{{ password_check_form.csrf_token }}
Password
{{ password_check_form.password(class="form-control", autofocus="true") }} {{ render_field_errors(password_check_form.password) }}
{% endblock %}