summary refs log tree commit diff
diff options
context:
space:
mode:
authorNicolas Werner <nicolas.werner@hotmail.de>2021-10-30 01:01:39 +0200
committerNicolas Werner <nicolas.werner@hotmail.de>2021-10-30 01:01:39 +0200
commit5bd6208c435caa4c3af10d3bd1ff4e7d96c0b62f (patch)
tree22ff9b54349c25bf00b50159a5d204e216e622b7
parentAdd self verification after login (diff)
downloadnheko-5bd6208c435caa4c3af10d3bd1ff4e7d96c0b62f.tar.xz
Some people consider Nheko not an AAAAA title
-rw-r--r--resources/qml/SelfVerificationCheck.qml1
1 files changed, 0 insertions, 1 deletions
diff --git a/resources/qml/SelfVerificationCheck.qml b/resources/qml/SelfVerificationCheck.qml

index 0242a149..26af82b3 100644 --- a/resources/qml/SelfVerificationCheck.qml +++ b/resources/qml/SelfVerificationCheck.qml
@@ -254,7 +254,6 @@ Item { Layout.alignment: Qt.AlignHCenter text: qsTr("verify") onClicked: { - console.log("AAAAA"); SelfVerificationStatus.verifyMasterKey(); verifyMasterKey.close(); }