Actually remove http warning message

This commit is contained in:
Alex
2023-01-21 23:29:34 -06:00
parent 182ee3c0da
commit a65fea4d64
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;
}