14 lines
208 B
Plaintext
14 lines
208 B
Plaintext
|
<html>
|
||
|
<head>
|
||
|
<title>KYC provider had an internal error</title>
|
||
|
</head>
|
||
|
<body>
|
||
|
The KYC backend had an internal error.
|
||
|
<pre>
|
||
|
{{ kyc_http_status }}
|
||
|
{{ kyc_logic }}
|
||
|
{{ kyc_server_reply }}
|
||
|
</pre>
|
||
|
</body>
|
||
|
</html>
|