diff --git a/apps/find-my-iphone/config.json b/apps/find-my-iphone/config.json index 640058e..ad45b34 100644 --- a/apps/find-my-iphone/config.json +++ b/apps/find-my-iphone/config.json @@ -23,14 +23,18 @@ "label": "Apple ID", "env_variable": "APPLE_ID", "required": true, - "hint": "The iCloud account email that owns the devices" + "hint": "The iCloud account email that owns the devices", + "placeholder": "", + "default": "" }, { "type": "password", "label": "Apple Password", "env_variable": "APPLE_PASSWORD", "required": true, - "hint": "Stored only in Runtipi's app env - never leaves this server" + "hint": "Stored only in Runtipi's app env - never leaves this server", + "placeholder": "", + "default": "" }, { "type": "random", @@ -39,7 +43,18 @@ "required": true, "min": 32, "encoding": "hex", - "hint": "Auto-generated. Send as X-Api-Key header on /api/* requests. View in Settings tab." + "hint": "Auto-generated. Send as X-Api-Key header on /api/* requests. View in Settings tab.", + "placeholder": "", + "default": "" + }, + { + "type": "text", + "label": "2FA Trust Token", + "env_variable": "APPLE_2FA_TOKEN", + "required": false, + "hint": "Optional. If you have a 2FA trust token, paste it", + "placeholder": "", + "default": "" }, { "type": "text",