put some things back for simplicity

This commit is contained in:
stvnrlly
2022-12-14 13:14:35 -05:00
parent ac1d5f0983
commit dee6ef1c16
11 changed files with 133 additions and 264 deletions

View File

@@ -4,7 +4,7 @@
{% from "components/uk_components/back-link/macro.njk" import govukBackLink %}
{% from "components/table.html" import edit_field, mapping_table, row, field, row_heading %}
{% from "components/webauthn-api-check.html" import webauthn_api_check %}
{% from "vendor/govuk-frontend/components/error-message/macro.njk" import govukErrorMessage %}
{% from "components/uk_components/error-message/macro.njk" import govukErrorMessage %}
{% set page_title = 'Security keys' %}
{% set credentials = current_user.webauthn_credentials %}