Merge pull request from wayne-chen/fixSteamCompleteProfileBody-master

Case 21695: Unable to create new profile during steam login
This commit is contained in:
Shannon Romano 2019-03-13 10:46:08 -07:00 committed by GitHub
commit 28b8f1a62c
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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"
}