mirror of
https://gitee.com/dromara/MaxKey.git
synced 2025-12-06 17:08:29 +08:00
Merge pull request #242 from realwds/support-iframe-jump
Update oauth_access_confirmation.ftl
This commit is contained in:
commit
a5443925d6
@ -3,7 +3,7 @@
|
||||
<head>
|
||||
<#include "authorize_common.ftl">
|
||||
<script type="text/javascript">
|
||||
window.top.location.href = "${model.authorizeApproveUri}?oauth_approval=${model.oauth_approval}&clientId=${model.client.clientId!}";
|
||||
self.location.href = "${model.authorizeApproveUri}?oauth_approval=${model.oauth_approval}&clientId=${model.client.clientId!}";
|
||||
</script>
|
||||
</head>
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user