Forgot the logout thing
This commit is contained in:
parent
1d654aa310
commit
3227d4d361
|
@ -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,
|
||||
|
|
Loading…
Reference in New Issue