-
Notifications
You must be signed in to change notification settings - Fork 140
Clear browser authentication timeout timer on successful authentication #954
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
base: master
Are you sure you want to change the base?
Clear browser authentication timeout timer on successful authentication #954
Conversation
All contributors have signed the CLA ✍️ ✅ |
I have read the CLA Document and I hereby sign the CLA |
052936e
to
d40a3f4
Compare
d40a3f4
to
8d4ab19
Compare
Hey can this be bumped? We are facing the same issue. |
Hi @adriancooney, thanks for your submission. Thanks @alexander-williamson for bringing our attention to it. Let me run our CI tests on this branch. |
🎉 Snyk checks have passed. No issues have been found so far.✅ security/snyk check is complete. No issues have been found. (View Details) ✅ license/snyk check is complete. No issues have been found. (View Details) |
this PR seems to have all approvals! perhaps it could be rebased to current |
2933d69
to
cbd678c
Compare
since this PR seems to be abandoned, the implementation was done eventually on #1120 |
Description
Resolves #953.
Clears the browser authentication timeout timer on successful authentication.
Checklist
npm run lint:check -- CHANGED_FILES
and fix problems in changed code)npm run test:unit
andnpm run test:integration
)