mirror of
https://github.com/0rangebananaspy/authelia.git
synced 2024-09-14 22:47:21 +07:00
16 lines
445 B
Plaintext
16 lines
445 B
Plaintext
extends ../layout/layout.pug
|
|
|
|
block variables
|
|
- page_classname = "error-401";
|
|
|
|
block form-header
|
|
h1 Error 401
|
|
|
|
block content
|
|
img(class="header-img" src="/img/warning.png" alt="warning")
|
|
if redirection_url
|
|
p You are not authorized to access this resource.<br/><br/>
|
|
| Please click <a href=#{redirection_url}>here</a> if you are not
|
|
| redirected in few seconds.
|
|
else
|
|
p You are not authorized to access this resource. |