mirror of
https://gitee.com/dromara/MaxKey.git
synced 2026-05-14 20:50:14 +08:00
腾讯企业邮箱登录优化
This commit is contained in:
@@ -5,18 +5,23 @@
|
||||
<#include "authorize_common.ftl">
|
||||
<script type="text/javascript">
|
||||
function redirectToLogin(){
|
||||
window.top.location.href ="${redirect_uri!}";
|
||||
<#if redirect_uri??>
|
||||
window.top.location.href ="${redirect_uri!}";
|
||||
</#if>
|
||||
}
|
||||
</script>
|
||||
</head>
|
||||
|
||||
<body onload="redirectToLogin()" style="display:none">
|
||||
<form id="redirect_sso_form" name="redirect_sso_form" action="${redirect_uri!}" method="get">
|
||||
<body onload="redirectToLogin()" >
|
||||
<form id="redirect_sso_form" name="redirect_sso_form" action="${redirect_uri!}" method="get" style="display:none">
|
||||
<table style="width:100%">
|
||||
<tr>
|
||||
<td colspan="2"><input type="submit" name="submitBtn" value="Continue..." /></td>
|
||||
</tr>
|
||||
</table>
|
||||
</form>
|
||||
<#if errorMessage??>
|
||||
${errorMessage!}
|
||||
</#if>
|
||||
</body>
|
||||
</html>
|
||||
|
||||
Reference in New Issue
Block a user