Actually remove http warning message

This commit is contained in:
Alex 2023-01-21 23:29:34 -06:00
parent 182ee3c0da
commit a65fea4d64
No known key found for this signature in database
GPG key ID: 53CD082B3A5E1082
3 changed files with 0 additions and 41 deletions

View file

@ -224,10 +224,6 @@ class ServerEndpointInput extends StatelessWidget {
return 'login_form_err_invalid_url'.tr();
}
if (!parsedUrl.scheme.startsWith("https")) {
return 'login_form_err_http_insecure'.tr();
}
return null;
}