mirror of
https://github.com/ysoftdevs/oauth-playground-client.git
synced 2026-04-25 01:48:46 +02:00
Fixed path
This commit is contained in:
@@ -16,7 +16,7 @@
|
|||||||
<header>
|
<header>
|
||||||
<nav>
|
<nav>
|
||||||
<div class="nav-wrapper">
|
<div class="nav-wrapper">
|
||||||
<a href="#" class="brand-logo center">
|
<a href="/" class="brand-logo center">
|
||||||
OAuth 2.0 Playground
|
OAuth 2.0 Playground
|
||||||
<span style="font-size: 15px; color:#FF6600; font-weight:bold;">by Y Soft</span>
|
<span style="font-size: 15px; color:#FF6600; font-weight:bold;">by Y Soft</span>
|
||||||
</a>
|
</a>
|
||||||
@@ -136,7 +136,7 @@
|
|||||||
<script src="https://cdnjs.cloudflare.com/ajax/libs/materialize/1.0.0/js/materialize.min.js"></script>
|
<script src="https://cdnjs.cloudflare.com/ajax/libs/materialize/1.0.0/js/materialize.min.js"></script>
|
||||||
<script>
|
<script>
|
||||||
function loadAuthorizationCodeFlowPage() {
|
function loadAuthorizationCodeFlowPage() {
|
||||||
$("main").load("pages/authorization_code_flow.html");
|
$("main").load("pages/authorization-code-flow.html");
|
||||||
}
|
}
|
||||||
|
|
||||||
function loadDeviceAuthorizationGrantPage() {
|
function loadDeviceAuthorizationGrantPage() {
|
||||||
|
|||||||
Reference in New Issue
Block a user