summaryrefslogtreecommitdiffstats
path: root/openecomp-be/tools/swagger-ui/o2c.html
diff options
context:
space:
mode:
authorvasraz <vasyl.razinkov@est.tech>2021-06-11 19:02:58 +0100
committerMichael Morris <michael.morris@est.tech>2021-07-28 13:45:24 +0000
commita86a4ceff920f3362ac8f171c7d7e05881fe4931 (patch)
treea89a2a2eb44522a675933b2e17aab038472fec22 /openecomp-be/tools/swagger-ui/o2c.html
parent8dbc732ba29fed3921477467ee9424732014d70b (diff)
Fix broken swagger
Change-Id: I402a999d66405eb29532aa30e7a8464fe8954f25 Signed-off-by: Vasyl Razinkov <vasyl.razinkov@est.tech> Issue-ID: SDC-3650
Diffstat (limited to 'openecomp-be/tools/swagger-ui/o2c.html')
-rw-r--r--openecomp-be/tools/swagger-ui/o2c.html20
1 files changed, 0 insertions, 20 deletions
diff --git a/openecomp-be/tools/swagger-ui/o2c.html b/openecomp-be/tools/swagger-ui/o2c.html
deleted file mode 100644
index 88e8bf114b..0000000000
--- a/openecomp-be/tools/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