We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ab69c0b commit 30dd98bCopy full SHA for 30dd98b
src/main/resources/templates/login.html
@@ -8,7 +8,7 @@
8
<meta name="_csrf_headerName" th:content="${_csrf.headerName}" />
9
<meta name="_csrf_parameterName" th:content="${_csrf.parameterName}" />
10
<link rel="stylesheet" th:href="@{/css/login.css}" type="text/css" />
11
- <script th:src="@{https://code.jquery.com/jquery-3.4.1.min.js}"></script>
+ <script th:src="@{https://cdn.jsdelivr.net/npm/jquery@3.4.1/dist/jquery.min.js}"></script>
12
13
<script>
14
window.csrfToken = {
0 commit comments