Skip to content

Commit

Permalink
Updated lmvc
Browse files Browse the repository at this point in the history
  • Loading branch information
skavanagh committed Nov 2, 2018
1 parent a799de8 commit 09a2967
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
<dependency>
<groupId>loophole.mvc</groupId>
<artifactId>lmvc</artifactId>
<version>1.03.00</version>
<version>1.04.00</version>
</dependency>
<dependency>
<groupId>com.h2database</groupId>
Expand Down
2 changes: 1 addition & 1 deletion src/main/webapp/admin/two-factor_otp.html
Original file line number Diff line number Diff line change
Expand Up @@ -110,7 +110,7 @@ <h3>Setup Two-Factor Authentication</h3>
</tbody>
</table>
<div th:if="${[email protected]@requireOTP}">
<button th:onclick="'window.location = \'menu.html?_csrf=' + ${session._csrf} + '\''"
<button th:onclick="window.location = 'menu.html?_csrf=' + [[${session._csrf}]]"
class="btn btn-danger spacer spacer-left" style="float:left">Skip for Now
</button>
</div>
Expand Down

0 comments on commit 09a2967

Please sign in to comment.