1.2.5原版
This commit is contained in:
@@ -0,0 +1,15 @@
|
||||
<!doctype html>
|
||||
<html
|
||||
xmlns:th="https://www.thymeleaf.org"
|
||||
th:replace="~{modules/gateway_fragments_layout :: layout(title = |#{title} - ${site.title}|, head = null, body = ~{::body})}"
|
||||
>
|
||||
<th:block th:fragment="body">
|
||||
<div class="gateway-wrapper">
|
||||
<div th:replace="~{modules/gateway_fragments_logo::logo}"></div>
|
||||
<div class="halo-form-wrapper">
|
||||
<h1 class="form-title" th:text="#{title}"></h1>
|
||||
<form th:replace="~{gateway_fragments/totp::form}"></form>
|
||||
</div>
|
||||
</div>
|
||||
</th:block>
|
||||
</html>
|
||||
@@ -0,0 +1 @@
|
||||
title=两步验证
|
||||
@@ -0,0 +1 @@
|
||||
title=Two-Factor Authentication
|
||||
@@ -0,0 +1 @@
|
||||
title=Autenticación en Dos Pasos
|
||||
@@ -0,0 +1 @@
|
||||
title=兩步驗證
|
||||
Reference in New Issue
Block a user