Add error handling for successful Login.gov authentications without a Notify account

This commit is contained in:
Kenneth Kehl
2024-03-21 09:34:55 -07:00
parent e1611eebec
commit 6efb16120d
2 changed files with 15 additions and 6 deletions

View File

@@ -4,6 +4,6 @@
<div class="grid-row">
<div class="grid-col-8">
<h1>Youre not authorized to see this page</h1>
<p class="usa-body"><a class="usa-link" href="{{ url_for('main.sign_in' )}}">Sign in</a> to Notify.gov and try again.</p>
<p class="usa-body">If you have been invited to join Notify.gov, <a class="usa-link" href="{{ url_for('main.sign_in' )}}">Sign in</a> to Notify.gov using your Login.gov account and try again.</p>
</div>
{% endblock %}