Merge pull request #1341 from GSA/notify-admin-1304

Add error handling for successful Login.gov authentications without a…
This commit is contained in:
Carlo Costino
2024-03-26 11:07:52 -04:00
committed by GitHub
2 changed files with 16 additions and 6 deletions

View File

@@ -4,6 +4,7 @@
<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 %}
e