Skip to content

Commit

Permalink
feature/Add link to admin login page
Browse files Browse the repository at this point in the history
  • Loading branch information
han16935 committed Aug 27, 2024
1 parent 350631a commit b58cde8
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/main/resources/templates/error/401.html
Original file line number Diff line number Diff line change
Expand Up @@ -7,5 +7,6 @@
<body>
<h1>401-Unauthorized!!!</h1>
<p th:text="${errorMessage}"></p>
<a th:href="@{/admin/login}">관리자 로그인하기</a>
</body>
</html>

0 comments on commit b58cde8

Please sign in to comment.