Automatically signed in users should not be asked wether to save login

Hello everyone,

I think automatically signed in users should not be asked wether to save login.

E.g. if a login happens with the following configuration, Lovelace should not show the popup to ask the user about saving the login for later:

homeassistant:
  auth_providers:
    - type: trusted_networks
      trusted_networks:
        - a.b.c.d
      trusted_users:
        a.b.c.d: userid
      allow_bypass_login: true
    - type: homeassistant

What do you think?

Best regards,
Marc