-
Notifications
You must be signed in to change notification settings - Fork 821
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
BIT-2398 if the org associated with a cipher uses TOTP enable the aut… #3398
Conversation
Fixed Issues
|
Note This is the iOS PR for similar ticket, the changes there looks a lot close to the legacy app. I took this to be the way we are storing and retrieving the ciphers from disk. This was the only area where I found |
Codecov ReportAttention: Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## main #3398 +/- ##
=======================================
Coverage 85.48% 85.49%
=======================================
Files 357 357
Lines 29090 29104 +14
Branches 5064 5070 +6
=======================================
+ Hits 24869 24882 +13
Misses 2164 2164
- Partials 2057 2058 +1 ☔ View full report in Codecov by Sentry. |
app/src/test/java/com/x8bit/bitwarden/data/autofill/manager/AutofillCompletionManagerTest.kt
Outdated
Show resolved
Hide resolved
app/src/test/java/com/x8bit/bitwarden/data/autofill/manager/AutofillCompletionManagerTest.kt
Show resolved
Hide resolved
app/src/test/java/com/x8bit/bitwarden/data/autofill/manager/AutofillCompletionManagerTest.kt
Outdated
Show resolved
Hide resolved
…ofill where it would otherwise be limited to premium user
…P codes, added filtering to TOTP code lists
fbf4484
to
4608ec3
Compare
🎟️ Tracking
BIT-2398
📔 Objective
When there are features around TOTP, in addition to having premium, accounts which have a cipher which had TOTP enabled by an Org. should also be considered
📸 Screenshots
⏰ Reminders before review
🦮 Reviewer guidelines
:+1:
) or similar for great changes:memo:
) or ℹ️ (:information_source:
) for notes or general info:question:
) for questions:thinking:
) or 💭 (:thought_balloon:
) for more open inquiry that's not quite a confirmedissue and could potentially benefit from discussion
:art:
) for suggestions / improvements:x:
) or:warning:
) for more significant problems or concerns needing attention:seedling:
) or ♻️ (:recycle:
) for future improvements or indications of technical debt:pick:
) for minor or nitpick changes