mirror of
https://github.com/icewind1991/mx-puppet-steam.git
synced 2026-06-03 17:44:09 +02:00
get new login key on login
This commit is contained in:
parent
c6be6d0a3f
commit
e50ae56442
1 changed files with 2 additions and 1 deletions
|
|
@ -97,7 +97,8 @@ export class Steam {
|
||||||
try {
|
try {
|
||||||
client.logOn({
|
client.logOn({
|
||||||
accountName: data.accountName,
|
accountName: data.accountName,
|
||||||
loginKey: data.loginKey
|
loginKey: data.loginKey,
|
||||||
|
rememberPassword: true,
|
||||||
});
|
});
|
||||||
|
|
||||||
client.on("user", (steamId, persona) => {
|
client.on("user", (steamId, persona) => {
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue