-
Notifications
You must be signed in to change notification settings - Fork 432
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
update login script URL to HTTPS #6138
Conversation
The latest updates on your projects. Learn more about Vercel for Git ↗︎
|
How to use the Graphite Merge QueueAdd either label to this PR to merge it via the merge queue:
You must have a Graphite account in order to use the merge queue. Sign up using this link. An organization admin has enabled the Graphite Merge Queue in this repository. Please do not merge from GitHub as this will restart CI on PRs being processed by the merge queue. This stack of pull requests is managed by Graphite. Learn more about stacking. |
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## main #6138 +/- ##
==========================================
+ Coverage 56.90% 56.93% +0.02%
==========================================
Files 1155 1155
Lines 63915 63915
Branches 5192 5203 +11
==========================================
+ Hits 36372 36387 +15
+ Misses 26816 26799 -17
- Partials 727 729 +2
*This pull request uses carry forward flags. Click here to find out more. |
size-limit report 📦
|
df13885
to
c460b58
Compare
4054f11
to
b411f8d
Compare
|
b411f8d
to
f1395ab
Compare
f1395ab
to
878e8ea
Compare
PR-Codex overview
This PR focuses on updating the script source in the
script-test.html
file fromtwl.min.js
totwl.js
.Detailed summary
<script src="http://localhost:3000/twl.min.js" data-client-id="testfoo1234"></script>
to<script src="http://localhost:3000/twl.js" data-client-id="testfoo1234"></script>
inapps/login/test/script-test.html
.