321bd90249
The if (!getDevUser()) return at install time prevented the interceptor from installing on app startup before any dev user was selected. Since the per-call check already handles the no-dev-user case correctly, the early-return guard is unnecessary and breaks the interceptor install in deployed dev builds. Co-Authored-By: Paperclip <noreply@paperclip.ing>