mirror of
https://github.com/overte-org/overte.git
synced 2025-08-09 19:52:26 +02:00
fixing typo
This commit is contained in:
parent
ba8620b644
commit
3b913db609
1 changed files with 1 additions and 1 deletions
|
@ -67,7 +67,7 @@ Item {
|
||||||
if (loggingInBody.loginDialogPoppedUp) {
|
if (loggingInBody.loginDialogPoppedUp) {
|
||||||
loginDialog.dismissLoginDialog();
|
loginDialog.dismissLoginDialog();
|
||||||
var data = {
|
var data = {
|
||||||
"action": "user logged in successfully";
|
"action": "user logged in successfully"
|
||||||
};
|
};
|
||||||
UserActivityLogger.logAction("encourageLoginDialog", data);
|
UserActivityLogger.logAction("encourageLoginDialog", data);
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue