mirror of
https://github.com/KevinMidboe/immich.git
synced 2025-10-29 17:40:28 +00:00
Actually remove http warning message
This commit is contained in:
@@ -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;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user