mirror of
https://github.com/immich-app/immich
synced 2025-11-07 17:27:20 +00:00
Actually remove http warning message
This commit is contained in:
parent
182ee3c0da
commit
a65fea4d64
3 changed files with 0 additions and 41 deletions
|
|
@ -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;
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue