We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9de9f46 commit 2a00720Copy full SHA for 2a00720
packages/platform/libraries/index.ts
@@ -128,7 +128,7 @@ export { checkAdminOrOwner } from "@calcom/features/auth/lib/checkAdminOrOwner";
128
129
export { verifyPhoneNumber, sendVerificationCode };
130
131
-export { verifyCodeUnAuthenticated } from "@calcom/trpc/server/routers/viewer/auth/verifyCodeUnAuthenticated.handler";
+export { verifyCodeUnAuthenticated } from "@calcom/trpc/server/routers/viewer/auth/util";
132
133
export { verifyCode as verifyCodeAuthenticated } from "@calcom/trpc/server/routers/viewer/organizations/verifyCode.handler";
134
0 commit comments