mirror of
https://github.com/JulianGro/overte.git
synced 2025-04-25 16:55:07 +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) {
|
||||
loginDialog.dismissLoginDialog();
|
||||
var data = {
|
||||
"action": "user logged in successfully";
|
||||
"action": "user logged in successfully"
|
||||
};
|
||||
UserActivityLogger.logAction("encourageLoginDialog", data);
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue