Trusted User Auto-login issues

Background: I have a wall panel (rPi w/ touchscreen monitor) running Chromium in Kiosk mode. I have it on a timed power switch for night time, which turns off the monitor and rpi. On startup, it opens chromium in kiosk mode and it opens home assistant. I want it to bypass the login screen so when Chromium opens, it goes strait to a dashboard without the login page. Currently, trusted user DOES work, but i still have to press the trusted network login button.

ISSUE: Below is my config code; it SHOULD bypass the login screen entirely, but its not. I only have a single active user, and I have cookies enabled on my chromium browser. No matter what I do, when Chromium opens, it still requires me to click the Trusted Network loging.

auth_providers:
    - type: homeassistant
    - type: trusted_networks
      trusted_networks:
        - 192.168.0.0/24 # Your local network
      trusted_users:
        192.168.0.<hiding my actual IP...>>: <hiding my actual user code...>
      allow_bypass_login: true

Any ideas?? Again the trusted use IS working, but the bypass login is NOT. This is driving my crazy, please help