mirror of
https://github.com/immich-app/immich.git
synced 2026-05-18 03:10:24 +03:00
merge main
This commit is contained in:
@@ -87,7 +87,10 @@ class HeaderSettingsPage extends HookConsumerWidget {
|
||||
for (final header in headers) {
|
||||
final key = header.key.trim();
|
||||
final value = header.value.trim();
|
||||
if (key.isEmpty || value.isEmpty) continue;
|
||||
|
||||
if (key.isEmpty || value.isEmpty) {
|
||||
continue;
|
||||
}
|
||||
headersMap[key] = value;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user