+- **"Password on every boot" is usually a disabled Login Item** — on macOS Sonoma+, users can disable VPN Bypass's background item in System Settings → General → Login Items & Extensions. When disabled, the helper daemon is blocked by macOS, causing the app to re-prompt for admin on every launch. The fix is enabling the toggle, not a code change. Since v2.3.3, the app detects this via `SMAppService.daemon().status` and shows a helpful error message instead of re-prompting. See #25.
0 commit comments