chore: Login with localhost
This commit is contained in:
parent
76fdabecaa
commit
9ede56427f
1 changed files with 1 additions and 1 deletions
|
|
@ -39,7 +39,7 @@ class SignInViewModel extends ValueNotifier<SignInState> {
|
||||||
.toList() ??
|
.toList() ??
|
||||||
[];
|
[];
|
||||||
if (filterText.length >= 3 &&
|
if (filterText.length >= 3 &&
|
||||||
filterText.contains('.') &&
|
(filterText.contains('.') || filterText == 'localhost') &&
|
||||||
Uri.tryParse(filterText) != null &&
|
Uri.tryParse(filterText) != null &&
|
||||||
!filteredPublicHomeservers.any(
|
!filteredPublicHomeservers.any(
|
||||||
(homeserver) => homeserver.name == filterText,
|
(homeserver) => homeserver.name == filterText,
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue