better name, text for unauthenticated page
This commit is contained in:
parent
c98e57f17c
commit
3860bc40a6
@ -16,6 +16,6 @@ def make_error_pages(app):
|
|||||||
# pylint: disable=unused-variable
|
# pylint: disable=unused-variable
|
||||||
def unauthorized(e):
|
def unauthorized(e):
|
||||||
app.logger.error(e.message)
|
app.logger.error(e.message)
|
||||||
return render_template('unauthorized.html'), 401
|
return render_template('unauthenticated.html'), 401
|
||||||
|
|
||||||
return app
|
return app
|
||||||
|
@ -4,7 +4,7 @@
|
|||||||
|
|
||||||
<main class="usa-section usa-content">
|
<main class="usa-section usa-content">
|
||||||
|
|
||||||
<h1>Unauthorized</h1>
|
<h1>Log in Failed</h1>
|
||||||
|
|
||||||
</main>
|
</main>
|
||||||
|
|
Loading…
x
Reference in New Issue
Block a user