-
Notifications
You must be signed in to change notification settings - Fork 1.2k
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
fix: conditional prefetch for protectedProcedure in auth templates #1969
Conversation
🦋 Changeset detectedLatest commit: a13a81f The changes in this PR will be included in the next version bump. This PR includes changesets to release 1 package
Not sure what this means? Click here to learn what changesets are. Click here if you're a maintainer who wants to add another changeset to this PR |
@Guria is attempting to deploy a commit to the t3-oss Team on Vercel. A member of the Team first needs to authorize it. |
The latest updates on your projects. Learn more about Vercel for Git ↗︎
|
Ok, I double checked everything and tested. PR ready to merge |
…ss#1961) closes t3-oss#1961 Add condition to prefetch `getLatest` only if the user is authenticated.
Fixed PR title |
Fixes #1961
Add condition to prefetch
getLatest
only if the user is authenticated.Align all auth templates to use
protectedProcedure
forgetLatest
method.