-
Notifications
You must be signed in to change notification settings - Fork 27
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
[PM-14579] Fix maintaining vault locked on timeout Never. #1121
[PM-14579] Fix maintaining vault locked on timeout Never. #1121
Conversation
…ocked and having Never session timeout when closing and opening back the app.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
🤔 Instead of storing a bool for this case, would it also work to delete the never lock key if you manually lock the vault? And then restore it when you unlock the vault? Would there be any downsides to that?
No New Or Fixed Issues Found |
👍 Yeah, really nice improvement thanks. I'll implement that and also make the adjustments so this also impacts on the autofill extension logic. |
…ings store." This reverts commit 608c05f.
… unlock on `.never` timeout.
ℹ️ After discussing it with @matt-livefront , the |
Codecov ReportAttention: Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## release/2024.11-rc1 #1121 +/- ##
======================================================
Coverage ? 89.42%
======================================================
Files ? 679
Lines ? 43067
Branches ? 0
======================================================
Hits ? 38513
Misses ? 4554
Partials ? 0 ☔ View full report in Codecov by Sentry. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looks good!
🎟️ Tracking
PM-14579
📔 Objective
Fix issue where when session timeout is Never and the user manually locked the vault, the vault was being automatically unlocked when closing and opening back the app again.
So the behavior now is that if the user manually locks the vault then it remains locked no matter the session timeout.
⏰ 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 confirmed issue 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