Forgot the logout thing

This commit is contained in:
ItzLightyHD 2022-07-20 19:16:29 +02:00
parent 1d654aa310
commit 3227d4d361
No known key found for this signature in database
GPG Key ID: DEFAE1C838F14470
1 changed files with 1 additions and 1 deletions

View File

@ -209,7 +209,7 @@ alphaPreviewKeyGenButton.addEventListener("click", () => {
});
alphaPreviewButton.addEventListener("click", () => {
// if(!isLoggedIn) return alphaPreviewNotLoggedInModal.show();
if(!isLoggedIn) return alphaPreviewNotLoggedInModal.show();
socket.send(JSON.stringify({
type: "alpha-1.2.6_10",
accessToken: discordAccessToken,