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