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:
		| @@ -116,7 +116,6 @@ | |||||||
|   "login_form_email_hint": "youremail@email.com", |   "login_form_email_hint": "youremail@email.com", | ||||||
|   "login_form_endpoint_hint": "https://your-server-ip:port/", |   "login_form_endpoint_hint": "https://your-server-ip:port/", | ||||||
|   "login_form_endpoint_url": "Server Endpoint URL", |   "login_form_endpoint_url": "Server Endpoint URL", | ||||||
|   "login_form_err_http_insecure": "Http is unencrypted and therefore not recommended. Please use https unless you are using Immich exclusively in your home network.", |  | ||||||
|   "login_form_err_invalid_email": "Invalid Email", |   "login_form_err_invalid_email": "Invalid Email", | ||||||
|   "login_form_err_invalid_url": "Invalid URL", |   "login_form_err_invalid_url": "Invalid URL", | ||||||
|   "login_form_err_leading_whitespace": "Leading whitespace", |   "login_form_err_leading_whitespace": "Leading whitespace", | ||||||
|   | |||||||
| @@ -224,10 +224,6 @@ class ServerEndpointInput extends StatelessWidget { | |||||||
|       return 'login_form_err_invalid_url'.tr(); |       return 'login_form_err_invalid_url'.tr(); | ||||||
|     } |     } | ||||||
|  |  | ||||||
|     if (!parsedUrl.scheme.startsWith("https")) { |  | ||||||
|       return 'login_form_err_http_insecure'.tr(); |  | ||||||
|     } |  | ||||||
|  |  | ||||||
|     return null; |     return null; | ||||||
|   } |   } | ||||||
|  |  | ||||||
|   | |||||||
| @@ -307,11 +307,6 @@ packages: | |||||||
|       url: "https://pub.dartlang.org" |       url: "https://pub.dartlang.org" | ||||||
|     source: hosted |     source: hosted | ||||||
|     version: "0.4.0" |     version: "0.4.0" | ||||||
|   flutter_driver: |  | ||||||
|     dependency: transitive |  | ||||||
|     description: flutter |  | ||||||
|     source: sdk |  | ||||||
|     version: "0.0.0" |  | ||||||
|   flutter_hooks: |   flutter_hooks: | ||||||
|     dependency: "direct main" |     dependency: "direct main" | ||||||
|     description: |     description: | ||||||
| @@ -397,11 +392,6 @@ packages: | |||||||
|       url: "https://pub.dartlang.org" |       url: "https://pub.dartlang.org" | ||||||
|     source: hosted |     source: hosted | ||||||
|     version: "2.1.2" |     version: "2.1.2" | ||||||
|   fuchsia_remote_debug_protocol: |  | ||||||
|     dependency: transitive |  | ||||||
|     description: flutter |  | ||||||
|     source: sdk |  | ||||||
|     version: "0.0.0" |  | ||||||
|   glob: |   glob: | ||||||
|     dependency: transitive |     dependency: transitive | ||||||
|     description: |     description: | ||||||
| @@ -514,11 +504,6 @@ packages: | |||||||
|       url: "https://pub.dartlang.org" |       url: "https://pub.dartlang.org" | ||||||
|     source: hosted |     source: hosted | ||||||
|     version: "2.5.0" |     version: "2.5.0" | ||||||
|   integration_test: |  | ||||||
|     dependency: "direct dev" |  | ||||||
|     description: flutter |  | ||||||
|     source: sdk |  | ||||||
|     version: "0.0.0" |  | ||||||
|   intl: |   intl: | ||||||
|     dependency: "direct main" |     dependency: "direct main" | ||||||
|     description: |     description: | ||||||
| @@ -1056,13 +1041,6 @@ packages: | |||||||
|       url: "https://pub.dartlang.org" |       url: "https://pub.dartlang.org" | ||||||
|     source: hosted |     source: hosted | ||||||
|     version: "1.1.1" |     version: "1.1.1" | ||||||
|   sync_http: |  | ||||||
|     dependency: transitive |  | ||||||
|     description: |  | ||||||
|       name: sync_http |  | ||||||
|       url: "https://pub.dartlang.org" |  | ||||||
|     source: hosted |  | ||||||
|     version: "0.3.1" |  | ||||||
|   synchronized: |   synchronized: | ||||||
|     dependency: transitive |     dependency: transitive | ||||||
|     description: |     description: | ||||||
| @@ -1224,13 +1202,6 @@ packages: | |||||||
|       url: "https://pub.dartlang.org" |       url: "https://pub.dartlang.org" | ||||||
|     source: hosted |     source: hosted | ||||||
|     version: "2.0.10" |     version: "2.0.10" | ||||||
|   vm_service: |  | ||||||
|     dependency: transitive |  | ||||||
|     description: |  | ||||||
|       name: vm_service |  | ||||||
|       url: "https://pub.dartlang.org" |  | ||||||
|     source: hosted |  | ||||||
|     version: "9.0.0" |  | ||||||
|   wakelock: |   wakelock: | ||||||
|     dependency: transitive |     dependency: transitive | ||||||
|     description: |     description: | ||||||
| @@ -1280,13 +1251,6 @@ packages: | |||||||
|       url: "https://pub.dartlang.org" |       url: "https://pub.dartlang.org" | ||||||
|     source: hosted |     source: hosted | ||||||
|     version: "2.2.0" |     version: "2.2.0" | ||||||
|   webdriver: |  | ||||||
|     dependency: transitive |  | ||||||
|     description: |  | ||||||
|       name: webdriver |  | ||||||
|       url: "https://pub.dartlang.org" |  | ||||||
|     source: hosted |  | ||||||
|     version: "3.0.0" |  | ||||||
|   win32: |   win32: | ||||||
|     dependency: transitive |     dependency: transitive | ||||||
|     description: |     description: | ||||||
|   | |||||||
		Reference in New Issue
	
	Block a user