Open
Description
Depending on the kind of authorization provided in the authConfig
, the browser native password manager (or browser's plugin ones) can be very noisy in case the value of the password field is intended to be a short lived.
In this case a autocomplete="one-time-code"
should enhance the user experience: https://developer.mozilla.org/en-US/docs/Web/HTML/Attributes/autocomplete
As this is probably not a solution for all usecases, it should be probably enabled on demand, like another option in the authConfig
section.