GUIDEGuide
Fill 2FA
Fill a TOTP code when the Vault credential includes an OTPAUTH_URI secret or another recognized OTP field.
Prepare the credential
- The credential must be a
LOGINcredential. - The 2FA secret must be in
OTPAUTH_URI,otpauth,totp, orotp. - The credential URL must match the site origin.
Fill the code
- 1
Open the site's 2FA screen.
The extension detects
autocomplete="one-time-code"fields and common names such asotp,totp,2fa, andmfa. - 2
Use `Preencher` (Fill) on the same credential.
The code is calculated in the browser with the
otpauthlibrary, without polling the server every second.resultThe 2FA field receives the current TOTP code.