We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0ee4b54 commit 1fbaa6fCopy full SHA for 1fbaa6f
web-integrations/javascript-sdk/server-side/views/error.html
@@ -16,10 +16,6 @@ <h1>Server-Side <%- identityName %> Integration Example using JavaScript SDK</h1
16
17
<p>Something went wrong:</p>
18
<pre><%= error %></pre>
19
-<p>Response from the <%- identityName %> operator:</p>
20
-<pre><%= response ? JSON.stringify(response.data) : '' %></pre>
21
-<p>HTTP error:</p>
22
-<pre><%= response ? (response.status + ' ' + response.statusText) : '' %></pre>
23
<p><a href="/">Back to the main page</a></p>
24
25
</body>
0 commit comments