After reading this documentation: https://learn.microsoft.com/en-us/entra/identity-platform/msal-js-prompt-behavior#supported-prompt-values
You should add prompt=select_account
in your URL and it will works as you expect.
The main difference with prompt=login
the user is not requested to enter his password everytime.