dani-garcia / vaultwarden

Unofficial Bitwarden compatible server written in Rust, formerly known as bitwarden_rs
GNU Affero General Public License v3.0
36.78k stars 1.79k forks source link

Firefox client: Auto-Fill disables automatic TOTP copy #914

Closed morten-b closed 4 years ago

morten-b commented 4 years ago

Subject of the issue

In the Firefox client the automatic TOTP copy does not work when Auto-Fill i enabled

Your environment

Steps to reproduce

Enable Auto-Fill, let Auto-Fill type username and password, on the following page paste TOTP code, without manually copying it.

Expected behaviour

TOTP should be pasted

Actual behaviour

Nothing/previous clipholder content is pasted

BlackDex commented 4 years ago

@morten-b This is not something we can fix because this something linked to the browser extensions. I noticed that this happens on both Firefox and Chrome based browsers. If you want you can report this here: https://github.com/bitwarden/browser/issues

A workaround could be by disabling the auto-fill and just Ctrl+Shift+L to auto-fill the login, which does copy the TOTP value.

morten-b commented 4 years ago

Thanks you for the comment, I was expecting that it was related to the extentions, but thought that it was best to start reporting here. I'll pass it on to the officiel developers.

morten-b commented 4 years ago

New issue opened https://github.com/bitwarden/browser/issues/1184