mirror of
https://github.com/overte-org/overte.git
synced 2025-08-06 00:40:06 +02:00
fix for steam complete profile bug
This commit is contained in:
parent
95bdf29f35
commit
6b82b8cd7f
1 changed files with 1 additions and 1 deletions
|
@ -510,7 +510,7 @@ Item {
|
||||||
console.log("Create Failed: " + error);
|
console.log("Create Failed: " + error);
|
||||||
if (completeProfileBody.withSteam || completeProfileBody.withOculus) {
|
if (completeProfileBody.withSteam || completeProfileBody.withOculus) {
|
||||||
if (completeProfileBody.loginDialogPoppedUp) {
|
if (completeProfileBody.loginDialogPoppedUp) {
|
||||||
action = completeProfileBody.withSteam ? "Steam" : "Oculus";
|
var action = completeProfileBody.withSteam ? "Steam" : "Oculus";
|
||||||
var data = {
|
var data = {
|
||||||
"action": "user failed to create a profile with " + action + " from the complete profile screen"
|
"action": "user failed to create a profile with " + action + " from the complete profile screen"
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue