File tree Expand file tree Collapse file tree
nuxt/src/runtime/components Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1+ ---
2+ ' @clerk/nextjs ' : patch
3+ ' @clerk/vue ' : patch
4+ ' @clerk/nuxt ' : patch
5+ ---
6+
7+ Fix export of ` RedirectToTasks ` control component
Original file line number Diff line number Diff line change @@ -12,6 +12,7 @@ export {
1212 RedirectToOrganizationProfile ,
1313 RedirectToSignIn ,
1414 RedirectToSignUp ,
15+ RedirectToTasks ,
1516 RedirectToUserProfile ,
1617} from './client-boundary/controlComponents' ;
1718
Original file line number Diff line number Diff line change @@ -19,6 +19,7 @@ export {
1919 RedirectToSignIn ,
2020 RedirectToSignUp ,
2121 RedirectToUserProfile ,
22+ RedirectToTasks ,
2223 AuthenticateWithRedirectCallback ,
2324 RedirectToCreateOrganization ,
2425 RedirectToOrganizationProfile ,
Original file line number Diff line number Diff line change @@ -18,6 +18,7 @@ export {
1818 RedirectToSignIn ,
1919 RedirectToSignUp ,
2020 RedirectToUserProfile ,
21+ RedirectToTasks ,
2122 AuthenticateWithRedirectCallback ,
2223 RedirectToCreateOrganization ,
2324 RedirectToOrganizationProfile ,
You can’t perform that action at this time.
0 commit comments