feat: add userinfo + logout
This commit is contained in:
@@ -6,8 +6,8 @@
|
||||
<body>
|
||||
<script type="text/javascript">
|
||||
(function (window, document) {
|
||||
var targetOrigin = {{.targetOrigin}};
|
||||
var authorizationResponse = {{.authorizationResponse}};
|
||||
var targetOrigin = {{.target_origin}};
|
||||
var authorizationResponse = {{.authorization_response}};
|
||||
var mainWin = window.parent;
|
||||
mainWin.postMessage(authorizationResponse, targetOrigin);
|
||||
})(this, this.document);
|
||||
|
Reference in New Issue
Block a user