summaryrefslogtreecommitdiff
path: root/contrib/oauth2-authorization-failure.en.must
blob: c184d10d8c686a6c74a79d10de7e985a37b31164 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
<html>
<head>
<title>403: KYC server refused access</title>
</head>
<body>
The KYC backend refused the authorization code used by the exchange operator. Please inform the exchange operator about this failure.
<pre>
<!-- as provided by OAuth2.0 server --> {{ error }}:
<!-- as provided by OAuth2.0 server --> {{ error_description }}
</pre>
</body>
</html>