bug: TOTP code does not enter with CeF (using auto-fill option)
See original GitHub issuebuild 7084
after logging in, the next field is the auth and cursor in the input box already; but does not submit the totp code.
the workaround is to -usecoherentui
Issue Analytics
- State:
- Created 5 months ago
- Comments:6 (3 by maintainers)
Top Results From Across the Web
Please add option to autofill TOTP code while ...
I would like there to at least be an option to autofill TOTP code while autofill option is on. This would keep users...
Read more >TOTP autofill not working
Hi, I'm using KeePassXC as my password manager. It has a function to autofill TOTP. However, on my website, despite using custom login...
Read more >New in Secret Server
Configuring secrets for TOTP begins at the secret template level. ... The option to truncate each message type is called “Days to Keep...
Read more >TOTP autofill on Epic Games not working
The TOTP autofill does not work on the Epic Games login page using 1Password X Beta (tested with Brave and Firefox) while the...
Read more >Changelog
Resolved a bug where auto-fill was not working on some websites. ... Added a new feature to disable the use of the login...
Read more >
Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free
Top Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
I already have a way to do it, but I’m currently prioritizing the next release, which should be within a few days.
Entering the code for CEF will never be as nice as CoherentUI. I can actually do something similar for CEF, but I don’t consider it viable since it requires admin privileges and would certainly be flagged as a virus. I found a way to detect when CEF is either logged in or requires the code (they both have the same trigger), so I’m just going to go with the simplest solution of assuming the code is always required and entering it a second after clicking play.
@Healix Is there a branch with the beta version changes in case you want help with the TOTP code stuff?