{% extends "dashboard/user/user-base.html.twig" %} {% block tab %}
The following list contains all of your trusted devices. When you are using a trusted device you don’t need to enter a verification code each time you log in. Ensure that this list is up to date and remove unnecessary devices.
| Browser and device | Added | Last logged in | IP Address | Action |
|---|---|---|---|---|
|
{{ device['browser'] }}
|
{{ device['added_on'] }}
{{ device['added_on'] }}
|
{{ device['last_logged_in'] }}
{{ device['last_logged_in'] }}
|
{{ device['ip'] }}
{{ device['ip'] }}
|
{% set params = {'id': id} %}
|