Update interface/resources/qml/LoginDialog/LinkAccountBody.qml

Co-authored-by: Julian Groß  <julian.g@posteo.de>
This commit is contained in:
Armored-Dragon 2025-04-24 07:04:35 -05:00 committed by GitHub
parent a92d25ccdf
commit fbda6279c3
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -282,7 +282,7 @@ Item {
}
placeholderText: "Username or Email"
activeFocusOnPress: true
prohibitedCharacters: ["\n"];
prohibitedCharacters: ["\n", "\r"];
Keys.onPressed: {
switch (event.key) {
case Qt.Key_Tab: