From 434d77f0b891731ba16004aa45f8d03c7c9d7aa7 Mon Sep 17 00:00:00 2001 From: Yuzu Date: Sun, 28 Jun 2026 17:28:59 +0700 Subject: [PATCH] =?UTF-8?q?=F0=9F=90=9B=20fix:=20Drop=20client=20for=20use?= =?UTF-8?q?r=20ID=20on=20login?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/main/vrchat/authService.ts | 1 + 1 file changed, 1 insertion(+) diff --git a/src/main/vrchat/authService.ts b/src/main/vrchat/authService.ts index 524cb2e..2586161 100644 --- a/src/main/vrchat/authService.ts +++ b/src/main/vrchat/authService.ts @@ -65,6 +65,7 @@ async function finalizeLogin(vrc: VRChatLike): Promise { userIcon: user.userIcon || user.currentAvatarThumbnailImageUrl, }); clearLoginClient(); + dropClient(user.id); userCache.clear(); await syncSessionCookies(vrc); logger.info("auth", `signed in as ${user.displayName}`);