Closed jnsdls closed 1 month ago
The latest updates on your projects. Learn more about Vercel for Git ↗︎
Name | Status | Preview | Comments | Updated (UTC) |
---|---|---|---|---|
thirdweb-www | ✅ Ready (Inspect) | Visit Preview | 💬 Add feedback | Sep 26, 2024 1:32am |
Latest commit: 9c58c08945975ed8c5b36dea25dd74e3a6a8f8d2
Merging this PR will not cause a version bump for any packages. If these changes should not result in a new version, you're good to go. If these changes should result in a version bump, you need to add a changeset.
Click here to learn what changesets are, and how to add one.
Click here if you're a maintainer who wants to add a changeset to this PR
Add the label “merge-queue” to the PR and Graphite will automatically add it to the merge queue when it’s ready to merge. Or use the label “hotfix” to add to the merge queue as a hot fix.
You must have a Graphite account and log in to Graphite in order to use the merge queue. Sign up using this link.
This stack of pull requests is managed by Graphite. Learn more about stacking.
Join @jnsdls and the rest of your teammates on Graphite
All modified and coverable lines are covered by tests :white_check_mark:
Project coverage is 49.14%. Comparing base (
587804d
) to head (9c58c08
). Report is 1 commits behind head on main.
Path | Size | Loading time (3g) | Running time (snapdragon) | Total time |
---|---|---|---|---|
thirdweb (esm) | 41.93 KB (0%) | 839 ms (0%) | 500 ms (+127.05% 🔺) | 1.4 s |
thirdweb (cjs) | 101.55 KB (0%) | 2.1 s (0%) | 706 ms (+15.37% 🔺) | 2.8 s |
thirdweb (minimal + tree-shaking) | 4.82 KB (0%) | 97 ms (0%) | 20 ms (-43.63% 🔽) | 117 ms |
thirdweb/chains (tree-shaking) | 498 B (0%) | 10 ms (0%) | 9 ms (+58.66% 🔺) | 19 ms |
thirdweb/react (minimal + tree-shaking) | 16.78 KB (0%) | 336 ms (0%) | 87 ms (+9.6% 🔺) | 423 ms |
jnsdls
added this pull request to the Graphite merge queue.jnsdls
merged this pull request with the Graphite merge queue.
PR-Codex overview
This PR focuses on updating the
doLogin
function inauth-actions.ts
to enhance user account handling by automatically creating an account if it does not exist during the login process.Detailed summary
createAccount: true
to the payload when calling the login API.