-
-
Notifications
You must be signed in to change notification settings - Fork 1.4k
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
Remove inline js from ia_thirdparty_logins.html #8476
Remove inline js from ia_thirdparty_logins.html #8476
Conversation
f62a34f
to
a9f5423
Compare
Codecov ReportAttention: Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## master #8476 +/- ##
==========================================
- Coverage 16.09% 16.04% -0.06%
==========================================
Files 88 89 +1
Lines 4671 4686 +15
Branches 812 818 +6
==========================================
Hits 752 752
- Misses 3418 3427 +9
- Partials 501 507 +6 ☔ View full report in Codecov by Sentry. |
@RayBB Can you review this? |
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.
Generally looks okay just one suggestion. We'll need a review from a staff member to merge it. Maybe @jimchamp who has reviewed a few of these.
a9f5423
to
c23404c
Compare
@RayBB I have made the changes. |
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.
Everything looks good to me. We'll need someone else to give a final check and merge.
@jimchamp maybe can help or tag someone who can
Hi @jimchamp, @mekarpeles,@jdlrobson |
@cdrini |
Hi @AdwaitSalankar ! Just a heads up , this one will take a little longer for us to get to because it touches the login pages which we can only fully test on staging/production, which requires more time from us to get through. Feel free to tackle another issue in the meantime! |
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.
Thanks for helping with this, @AdwaitSalankar! Sorry that it took so long to review....
Everything seems to be working as expected. Was able to link an existing archive account to an OL account and login in testing
.
Closes #8379
Removes inline js from ia_thirdparty_logins.html and moves it to ia_thirdparty_logins.js.
Also,
==
to===
var
toconst
\
from regexin the
handleMessageEvent
functionStakeholders
@RayBB