diff --git a/internal/frontend/bridge-gui/bridge-gui/qml/SignIn.qml b/internal/frontend/bridge-gui/bridge-gui/qml/SignIn.qml index d3d9bef8..006eb543 100644 --- a/internal/frontend/bridge-gui/bridge-gui/qml/SignIn.qml +++ b/internal/frontend/bridge-gui/bridge-gui/qml/SignIn.qml @@ -344,7 +344,12 @@ FocusScope { if (str.length === 0) { return qsTr("Enter the 6-digit code") } - return + } + + onTextChanged: { + if (text.length >= 6) { + twoFAButton.onClicked() + } } onAccepted: {