diff --git a/resources/oauth/discord/callback/index-script.js b/oauth/discord/callback/index-script.js similarity index 100% rename from resources/oauth/discord/callback/index-script.js rename to oauth/discord/callback/index-script.js diff --git a/resources/oauth/discord/callback/index.md b/oauth/discord/callback/index.md similarity index 100% rename from resources/oauth/discord/callback/index.md rename to oauth/discord/callback/index.md diff --git a/resources/oauth/discord/callback/insert-scripts.js b/oauth/discord/callback/insert-scripts.js similarity index 100% rename from resources/oauth/discord/callback/insert-scripts.js rename to oauth/discord/callback/insert-scripts.js diff --git a/resources/oauth/discord/callback/styles.css b/oauth/discord/callback/styles.css similarity index 100% rename from resources/oauth/discord/callback/styles.css rename to oauth/discord/callback/styles.css diff --git a/resources/oauth/discord/index-script.js b/oauth/discord/index-script.js similarity index 100% rename from resources/oauth/discord/index-script.js rename to oauth/discord/index-script.js diff --git a/resources/oauth/discord/index.md b/oauth/discord/index.md similarity index 100% rename from resources/oauth/discord/index.md rename to oauth/discord/index.md diff --git a/resources/oauth/discord/insert-scripts.js b/oauth/discord/insert-scripts.js similarity index 100% rename from resources/oauth/discord/insert-scripts.js rename to oauth/discord/insert-scripts.js diff --git a/resources/oauth/discord/styles.css b/oauth/discord/styles.css similarity index 100% rename from resources/oauth/discord/styles.css rename to oauth/discord/styles.css diff --git a/resources/heart-collectors/index-script.js b/resources/heart-collectors/index-script.js index 1e04746..d001581 100644 --- a/resources/heart-collectors/index-script.js +++ b/resources/heart-collectors/index-script.js @@ -2,7 +2,7 @@ const currentURL = window.location.href; function redirectToDiscord() { const baseURL = window.location.origin; // Extract base URL - const AuthUrl = `${baseURL}/resources/oauth/discord/?callbackUrl=${encodeURIComponent(currentURL)}`; + const AuthUrl = `${baseURL}/oauth/discord/?callbackUrl=${encodeURIComponent(currentURL)}`; window.location.href = AuthUrl; } diff --git a/resources/jbw-archive/index-script.js b/resources/jbw-archive/index-script.js index d4320af..273970e 100644 --- a/resources/jbw-archive/index-script.js +++ b/resources/jbw-archive/index-script.js @@ -2,7 +2,7 @@ const currentURL = window.location.href; function redirectToDiscord() { const baseURL = window.location.origin; // Extract base URL - const AuthUrl = `${baseURL}/resources/oauth/discord/?callbackUrl=${encodeURIComponent(currentURL)}`; + const AuthUrl = `${baseURL}/oauth/discord/?callbackUrl=${encodeURIComponent(currentURL)}`; window.location.href = AuthUrl; } diff --git a/resources/jbw-beta/index-script.js b/resources/jbw-beta/index-script.js index d4320af..273970e 100644 --- a/resources/jbw-beta/index-script.js +++ b/resources/jbw-beta/index-script.js @@ -2,7 +2,7 @@ const currentURL = window.location.href; function redirectToDiscord() { const baseURL = window.location.origin; // Extract base URL - const AuthUrl = `${baseURL}/resources/oauth/discord/?callbackUrl=${encodeURIComponent(currentURL)}`; + const AuthUrl = `${baseURL}/oauth/discord/?callbackUrl=${encodeURIComponent(currentURL)}`; window.location.href = AuthUrl; } diff --git a/resources/jujus-better-wynncraft/index-script.js b/resources/jujus-better-wynncraft/index-script.js index d4320af..273970e 100644 --- a/resources/jujus-better-wynncraft/index-script.js +++ b/resources/jujus-better-wynncraft/index-script.js @@ -2,7 +2,7 @@ const currentURL = window.location.href; function redirectToDiscord() { const baseURL = window.location.origin; // Extract base URL - const AuthUrl = `${baseURL}/resources/oauth/discord/?callbackUrl=${encodeURIComponent(currentURL)}`; + const AuthUrl = `${baseURL}/oauth/discord/?callbackUrl=${encodeURIComponent(currentURL)}`; window.location.href = AuthUrl; } diff --git a/resources/levlr/index-script.js b/resources/levlr/index-script.js index 0d2c424..5cb43f2 100644 --- a/resources/levlr/index-script.js +++ b/resources/levlr/index-script.js @@ -2,7 +2,7 @@ const currentURL = window.location.href; function redirectToDiscord() { const baseURL = window.location.origin; // Extract base URL - const AuthUrl = `${baseURL}/resources/oauth/discord/?callbackUrl=${encodeURIComponent(currentURL)}`; + const AuthUrl = `${baseURL}/oauth/discord/?callbackUrl=${encodeURIComponent(currentURL)}`; window.location.href = AuthUrl; } diff --git a/resources/scytedtv-assets/index-script.js b/resources/scytedtv-assets/index-script.js index da2a5b5..b727731 100644 --- a/resources/scytedtv-assets/index-script.js +++ b/resources/scytedtv-assets/index-script.js @@ -4,7 +4,7 @@ const currentURL = window.location.href; function redirectToDiscord() { const baseURL = window.location.origin; // Extract base URL - const AuthUrl = `${baseURL}/resources/oauth/discord/?callbackUrl=${encodeURIComponent(currentURL)}`; + const AuthUrl = `${baseURL}/oauth/discord/?callbackUrl=${encodeURIComponent(currentURL)}`; window.location.href = AuthUrl; } diff --git a/resources/wave/index-script.js b/resources/wave/index-script.js index d4320af..273970e 100644 --- a/resources/wave/index-script.js +++ b/resources/wave/index-script.js @@ -2,7 +2,7 @@ const currentURL = window.location.href; function redirectToDiscord() { const baseURL = window.location.origin; // Extract base URL - const AuthUrl = `${baseURL}/resources/oauth/discord/?callbackUrl=${encodeURIComponent(currentURL)}`; + const AuthUrl = `${baseURL}/oauth/discord/?callbackUrl=${encodeURIComponent(currentURL)}`; window.location.href = AuthUrl; } diff --git a/resources/wave/privacy-policy/index-script.js b/resources/wave/privacy-policy/index-script.js index d4320af..273970e 100644 --- a/resources/wave/privacy-policy/index-script.js +++ b/resources/wave/privacy-policy/index-script.js @@ -2,7 +2,7 @@ const currentURL = window.location.href; function redirectToDiscord() { const baseURL = window.location.origin; // Extract base URL - const AuthUrl = `${baseURL}/resources/oauth/discord/?callbackUrl=${encodeURIComponent(currentURL)}`; + const AuthUrl = `${baseURL}/oauth/discord/?callbackUrl=${encodeURIComponent(currentURL)}`; window.location.href = AuthUrl; } diff --git a/resources/wave/terms-of-service/index-script.js b/resources/wave/terms-of-service/index-script.js index d4320af..273970e 100644 --- a/resources/wave/terms-of-service/index-script.js +++ b/resources/wave/terms-of-service/index-script.js @@ -2,7 +2,7 @@ const currentURL = window.location.href; function redirectToDiscord() { const baseURL = window.location.origin; // Extract base URL - const AuthUrl = `${baseURL}/resources/oauth/discord/?callbackUrl=${encodeURIComponent(currentURL)}`; + const AuthUrl = `${baseURL}/oauth/discord/?callbackUrl=${encodeURIComponent(currentURL)}`; window.location.href = AuthUrl; }