aboutsummaryrefslogtreecommitdiff
path: root/src/main/resources/swagger-ui/o2c.html
diff options
context:
space:
mode:
Diffstat (limited to 'src/main/resources/swagger-ui/o2c.html')
-rw-r--r--src/main/resources/swagger-ui/o2c.html20
1 files changed, 0 insertions, 20 deletions
diff --git a/src/main/resources/swagger-ui/o2c.html b/src/main/resources/swagger-ui/o2c.html
deleted file mode 100644
index 88e8bf1..0000000
--- a/src/main/resources/swagger-ui/o2c.html
+++ /dev/null
@@ -1,20 +0,0 @@
-<script>
-var qp = null;
-if(window.location.hash) {
- qp = location.hash.substring(1);
-}
-else {
- qp = location.search.substring(1);
-}
-qp = qp ? JSON.parse('{"' + qp.replace(/&/g, '","').replace(/=/g,'":"') + '"}',
- function(key, value) {
- return key===""?value:decodeURIComponent(value) }
- ):{}
-
-if (window.opener.swaggerUi.tokenUrl)
- window.opener.processOAuthCode(qp);
-else
- window.opener.onOAuthComplete(qp);
-
-window.close();
-</script> \ No newline at end of file