Committing before merge

This commit is contained in:
Jonathan Bobel
2023-08-30 11:07:38 -04:00
parent 32083dff99
commit b1c6a768ec
123 changed files with 257 additions and 257 deletions

View File

@@ -1,7 +1,7 @@
{% extends "withoutnav_template.html" %}
{% from "components/page-header.html" import page_header %}
{% from "components/components/button/macro.njk" import govukButton %}
{% from "components/components/back-link/macro.njk" import govukBackLink %}
{% from "components/components/button/macro.njk" import usaButton %}
{% from "components/components/back-link/macro.njk" import usaBackLink %}
{% from "components/webauthn-api-check.html" import webauthn_api_check %}
{% from "components/components/error-message/macro.njk" import govukErrorMessage %}
@@ -16,7 +16,7 @@
{% endblock %}
{% block backLink %}
{{ govukBackLink({ "href": url_for('.user_profile') }) }}
{{ usaBackLink({ "href": url_for('.user_profile') }) }}
{% endblock %}
{% block maincolumn_content %}
@@ -44,7 +44,7 @@
You need to have your security key to sign in.
</p>
{{ govukButton({
{{ usaButton({
"element": "button",
"text": "Check security key",
"classes": "govuk-button--secondary webauthn__api-required",