fix(client): force save session in checkPassword
This commit is contained in:
parent
f0cf8a50a1
commit
d592e55294
1 changed files with 1 additions and 0 deletions
|
@ -41,6 +41,7 @@ export async function checkPassword(
|
|||
userId: res.user.id,
|
||||
isBot: false,
|
||||
})
|
||||
await this.storage.save?.()
|
||||
|
||||
return new User(this, res.user)
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue