1
0
forked from noxious/client

Add if check to quick login

This commit is contained in:
Dennis Postma 2025-02-14 03:06:49 +01:00
parent 56f30093f6
commit af99d66595

View File

@ -41,6 +41,7 @@ async function handleKeyPress(event: KeyboardEvent) {
}
if (currentString.includes('11')) {
if (gameStore.token) return
const response = await login('root', 'password')
if (response.success === undefined) {