Skip to content

Commit 1fbaa6f

Browse files
simplify error page to reflect new sdk responses
1 parent 0ee4b54 commit 1fbaa6f

File tree

1 file changed

+0
-4
lines changed
  • web-integrations/javascript-sdk/server-side/views

1 file changed

+0
-4
lines changed

web-integrations/javascript-sdk/server-side/views/error.html

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -16,10 +16,6 @@ <h1>Server-Side <%- identityName %> Integration Example using JavaScript SDK</h1
1616

1717
<p>Something went wrong:</p>
1818
<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>
2319
<p><a href="/">Back to the main page</a></p>
2420

2521
</body>

0 commit comments

Comments
 (0)