mirror of
https://github.com/ysoftdevs/oauth-playground-server.git
synced 2026-03-17 23:04:21 +01:00
error template
This commit is contained in:
@@ -70,7 +70,8 @@
|
||||
<body>
|
||||
<div class="login-container">
|
||||
<h2>Error</h2>
|
||||
<div class="error-popup" id="error-popup">{response.error}</div>
|
||||
<div class="error-code" id="error-code">{response.error}</div>
|
||||
<div class="error-popup" id="error-popup">{response.description}</div>
|
||||
</div>
|
||||
</body>
|
||||
</html>
|
||||
|
||||
Reference in New Issue
Block a user