Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Allow filling TOTP without a combination #1726

Merged
merged 1 commit into from
Sep 18, 2022

Conversation

varjolintu
Copy link
Member

At some pages there's no combination detected for the TOTP. It should still be able to fill using the context menu.

Fixes #1649.

@varjolintu varjolintu added bug needs more testing For pull requests that are ready but not tested throughly labels Sep 17, 2022
@varjolintu varjolintu added this to the 1.8.3 milestone Sep 17, 2022
Copy link
Member

@droidmonkey droidmonkey left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

So this was a typo? Oopsie

Or... we need to make less of a distinction between credentials and combinations. What is a combination anyway?

@varjolintu
Copy link
Member Author

@droidmonkey Combination is a predefined "struct" of all detected fields. In this case there's only TOTP field and it's not detected so there's no combination available.

Previously a fix for this was done here: #1573 but it didn't cover a case like this. However, I still need to check a few things for this.

@droidmonkey
Copy link
Member

Gotcha make sense

@varjolintu varjolintu merged commit a93ac4b into develop Sep 18, 2022
@varjolintu varjolintu deleted the fix/allow_filling_totp_without_a_combination branch September 18, 2022 13:28
@varjolintu varjolintu added 2fa and removed needs more testing For pull requests that are ready but not tested throughly labels Oct 27, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Can't fill TOTP on app.clickup.com
2 participants