{% extends 'scipost/_personal_page_base.html' %} {% block pagetitle %}: Delete device{% endblock pagetitle %} {% load bootstrap %} {% block breadcrumb_items %} {{block.super}} Two-factor authentication Delete {{ object.name }} {% endblock %} {% block content %}

Delete two-factor authentication device


{% csrf_token %}

Are you sure you want to delete this device?

  • Name: {{ object.name }}
  • Last used: {{ object.modified }}
{% endblock %}