Skip to content

Commit

Permalink
revert 404 page
Browse files Browse the repository at this point in the history
  • Loading branch information
edimossilva committed May 25, 2024
1 parent 5faa585 commit 04b1cad
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions backend/public/404.html
Original file line number Diff line number Diff line change
Expand Up @@ -58,9 +58,10 @@
<!-- This file lives in public/404.html -->
<div class="dialog">
<div>
<h1>Unauthorized</h1>
<p>You need to sign in.</p>
<h1>The page you were looking for doesn't exist.</h1>
<p>You may have mistyped the address or the page may have moved.</p>
</div>
<p>If you are the application owner check the logs for more information.</p>
</div>
</body>
</html>

0 comments on commit 04b1cad

Please sign in to comment.