password submit

This commit is contained in:
Crystal.Sea
2021-10-01 15:10:25 +08:00
parent a936b19cde
commit 328fcc53f4
2 changed files with 3 additions and 5 deletions

View File

@@ -62,7 +62,7 @@ QQ交流群<b>434469201</b>
6. 多种认证机制并存,各应用系统可保留原有认证机制,同时集成认证中心的认证;应用具有高度独立性,不依赖认证中心,又可用使用认证中心的认证,实现单点登录。
7. 基于Java EE平台采用Spring、MySQL、Tomcat、Redis、Apache Kafka等开源技术基于微服务架构,扩展性强。
7. 基于Java EE平台采用Spring、MySQL、Tomcat、Redis、Apache Kafka等开源技术微服务架构扩展性强。
8. 开源、安全、自主可控,许可证 Apache 2.0 License & <a href="https://maxkey.top/zh/about/licenses.html" target="_blank">MaxKey版权声明</a>。

View File

@@ -54,10 +54,8 @@
<tr>
<td colspan="2" class="center">
<input id="_method" type="hidden" name="_method" value="post"/>
<input type="submit" id="submitButton" style="display: none;" />
<input id="submitBtn" class="button btn btn-primary" style="width:100px" type="button" value="<@locale code="button.text.save" />"/>
</td>
<input id="submitBtn" class="button btn btn-primary" style="width:100px" type="submit" value="<@locale code="button.text.save" />"/>
</td>
</tr>
</tbody>
</table>