diff --git a/interface/resources/qml/LoginDialog/LoggingInBody.qml b/interface/resources/qml/LoginDialog/LoggingInBody.qml index 04af9eadc9..1c8250cfa8 100644 --- a/interface/resources/qml/LoginDialog/LoggingInBody.qml +++ b/interface/resources/qml/LoginDialog/LoggingInBody.qml @@ -4,6 +4,7 @@ // Created by Wayne Chen on 10/18/18 // Copyright 2018 High Fidelity, Inc. // Copyright 2020 Vircadia contributors. +// Copyright 2024 Overte e.V. // // Distributed under the Apache License, Version 2.0. // See the accompanying file LICENSE or http://www.apache.org/licenses/LICENSE-2.0.html @@ -377,13 +378,13 @@ Item { } } - function onHandleLoginCompleted(): { + function onHandleLoginCompleted() { console.log("Login Succeeded"); loggingInBody.loadingSuccess(); } function onHandleLoginFailed() { - console.log("Login Failed") + console.log("Login Failed"); loggingInSpinner.visible = false; loggingInGlyph.visible = false; var errorString = "";