set steam id when email auth needed
This commit is contained in:
parent
3376da2da2
commit
e058586680
1 changed files with 1 additions and 0 deletions
|
@ -192,6 +192,7 @@ impl UserLogin {
|
|||
}
|
||||
|
||||
if login_resp.emailauth_needed {
|
||||
self.steam_id = login_resp.emailsteamid;
|
||||
return LoginResult::NeedEmail;
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue