ScottPeterJohnson / purelymail-issues

Issues repository for the Purelymail email service.
30 stars 0 forks source link

Add `autocomplete="off"` to TOTP input element #208

Open tarjeiba opened 3 months ago

tarjeiba commented 3 months ago

Right now, the TOTP input element suggests previously used TOTPs.

Screenshot 2024-03-13 081751

I think it would be better if this was removed, which could be done by simply setting the autocomplete attribute to "off" on the input element.

Screenshot 2024-03-13 082818
pedromaltez commented 3 months ago

This would make sense but I wonder if this approach interferes with TOTP autofill tools like the 1Password extension

tarjeiba commented 2 months ago

Thanks for replying!

I see ... and relying quite heavily on the same functionality from a different password manager, I wouldn't want to affect that.

I can look into it later.