mirror of
https://github.com/ysoftdevs/oauth-playground-client.git
synced 2026-02-20 01:18:14 +01:00
Various fixes and improvements
This commit is contained in:
@@ -97,10 +97,13 @@
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
<div class="section centered">
|
||||
<a href="/">[ Take me home ]</a>
|
||||
</div>
|
||||
</div>
|
||||
</main>
|
||||
<footer class="page-footer"></footer>
|
||||
<script src="js/load-layout.js"></script>
|
||||
<script src="../js/load-layout.js"></script>
|
||||
<script>
|
||||
const tokenEndpoint = 'https://sso.rumbuddy.cz/realms/OAuthPlayground/protocol/openid-connect/token';
|
||||
const clientID = 'oauth-playground';
|
||||
|
||||
Reference in New Issue
Block a user