diff --git a/packages/client/src/methods/auth/check-password.ts b/packages/client/src/methods/auth/check-password.ts index 8ae8e622..1bf6bd2e 100644 --- a/packages/client/src/methods/auth/check-password.ts +++ b/packages/client/src/methods/auth/check-password.ts @@ -41,6 +41,7 @@ export async function checkPassword( userId: res.user.id, isBot: false, }) + await this.storage.save?.() return new User(this, res.user) }