blob: 537423269001734023b3f4fc8e0d491bfc5e3926 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
|
<html>
<head>
<title>403: Authentication by KYC server failed</title>
</head>
<body>
You failed the authentication check.
The transaction remains blocked.
Please obtain proper credentials and try again to proceed.
<pre>
<!-- as provided by OAuth2.0 server --> {{ error }}:
<!-- optional, as provided by OAuth2.0 server --> {{ error_description }}
<!-- optional link (render as link if present!), as provided by OAuth2.0 server --> {{ error_uri }}
</pre>
</body>
</html>
|