mirror of
https://github.com/GSA/notifications-admin.git
synced 2026-08-26 17:24:23 -04:00
Committing before merge
This commit is contained in:
@@ -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",
|
||||
|
||||
Reference in New Issue
Block a user