summaryrefslogtreecommitdiff
path: root/src/web/views/error.php
blob: 2860336c6b0c3114cc1eec3f316c716402b4ea27 (plain)
1
2
3
4
5
6
7
8
9
10
<?php /* Copyright (c) 2024 Freya Murphy */ ?>
<form method="post" autocomplete="off">
<span>Authentication failed</span>
<br>
<br>
<a
	class="btn"
	href="/login?redirect=<?=maybe_base64_encode(esc($redirect))?>">
	Go Back
</a>