From 3d96ecf727190c1dc9d17f9edb272202d0c6ac4b Mon Sep 17 00:00:00 2001 From: TheEmeraldStarr <46467239+Epicloudygamer@users.noreply.github.com> Date: Tue, 6 Oct 2020 10:34:55 -0700 Subject: [PATCH] Fixed YT Page --- public/yt.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/yt.html b/public/yt.html index d908362d..fefecd33 100644 --- a/public/yt.html +++ b/public/yt.html @@ -30,7 +30,7 @@ var det = document.domain; var domain = det.replace('www.', '').split(/[/?#]/)[0]; const origin = btoa(yt); - window.location.replace("https:/" + domain + "/home/utils/?url=" + origin); + window.location.replace("https:/" + domain + "/home/session" + origin); document.cookie = '__alloy_cookie_auth=yes; expires=' + (Date.now() + 259200) + '; SameSite=Lax; domain=.' + auth + '; path=/; Secure;'; } // Cookie Auth