Fix last active when using biometrics/pin login in browser #5046
Closed
phyzical
started this conversation in
Password Manager
Replies: 2 comments
-
Thanks! The team will review the PR and get back to you shortly. |
Beta Was this translation helpful? Give feedback.
0 replies
-
Closing the discussion, as this was released with |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Code Contribution Proposal
Not sure if the process is now to create one of these when the community submits a pr but will anyway,
#4835
Basically when performing any login that does not interact with the popup window the last active is not updated and thus you are logged out on the next interval tick.
this pr just adds a last active update onblur which occurs when the popup window closes which does occur in these instances.
Beta Was this translation helpful? Give feedback.
All reactions