haasillytavern / default /public /error /unauthorized.html
Haay's picture
Upload 926 files
519a20c verified
raw
history blame contribute delete
341 Bytes
<!DOCTYPE html>
<html>
<head>
<title>Unauthorized</title>
</head>
<body>
<h1>Unauthorized</h1>
<p>
If you are the system administrator, you can configure the
<code>basicAuthUser</code> credentials by editing
<code>config.yaml</code> in the root directory of your installation.
</p>
</body>
</html>