✏️ fix pi-hole integration field from password to apiKey

This commit is contained in:
Danyal
2023-07-11 23:28:56 +05:00
parent d088637c56
commit fdafbb9aaa
5 changed files with 8 additions and 8 deletions

View File

@@ -86,7 +86,7 @@ export const integrationFieldProperties: {
transmission: ['username', 'password'],
jellyfin: ['username', 'password'],
plex: ['apiKey'],
pihole: ['password'],
pihole: ['apiKey'],
adGuardHome: ['username', 'password'],
};