Cannot login on Hass from Windows11/Chrome

Running Home Assistant on a NUC. version 2024.1.0 / Fronted 20231208.2.
Login from my Samsung S22 Ultra phone works fine.

When i try to login in from my Windows 11 Chrome browser, it keeps telling me try again. Clearing cookies didn’t help. So i thought maybe i can bypass this by adding this:

homeassistant:
  auth_providers:
    - type: trusted_networks
      trusted_networks:
        - 192.168.*.*/32
        - 127.0.0.1
        - ::1
      allow_bypass_login: true
    - type: homeassistant

But i am using NPM (i have nothing in the Advanced column) and Cloudflare proxy. So my own IP is 192...* but i a coming through the cloudflare tunnel. I am seeing login attempts from 172.

It is possible to using this piece of code while using the Cloudflare proxy? I also use 2FA.

No one who uses this?