Adds a workaround to login on servers without .well_known

This commit is contained in:
Jan Bidler
2022-08-25 12:51:13 +02:00
committed by Tobias Fella
parent 4ed123fd52
commit 5f12e10fe9
2 changed files with 5 additions and 2 deletions

View File

@@ -29,7 +29,7 @@ LoginStep {
Kirigami.FormData.label: i18n("Matrix ID:")
placeholderText: "@user:matrix.org"
onTextChanged: {
if(acceptableInput) {
if (acceptableInput) {
LoginHelper.matrixId = text
}
}