mirror of
https://github.com/lubosz/overte.git
synced 2025-04-26 22:35:27 +02:00
Merge pull request #15172 from wayne-chen/fixSteamCompleteProfileBody-master
Case 21695: Unable to create new profile during steam login
This commit is contained in:
commit
28b8f1a62c
1 changed files with 1 additions and 1 deletions
|
@ -510,7 +510,7 @@ Item {
|
|||
console.log("Create Failed: " + error);
|
||||
if (completeProfileBody.withSteam || completeProfileBody.withOculus) {
|
||||
if (completeProfileBody.loginDialogPoppedUp) {
|
||||
action = completeProfileBody.withSteam ? "Steam" : "Oculus";
|
||||
var action = completeProfileBody.withSteam ? "Steam" : "Oculus";
|
||||
var data = {
|
||||
"action": "user failed to create a profile with " + action + " from the complete profile screen"
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue