Skip to content

Commit 2a00720

Browse files
committed
fix import
1 parent 9de9f46 commit 2a00720

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/platform/libraries/index.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -128,7 +128,7 @@ export { checkAdminOrOwner } from "@calcom/features/auth/lib/checkAdminOrOwner";
128128

129129
export { verifyPhoneNumber, sendVerificationCode };
130130

131-
export { verifyCodeUnAuthenticated } from "@calcom/trpc/server/routers/viewer/auth/verifyCodeUnAuthenticated.handler";
131+
export { verifyCodeUnAuthenticated } from "@calcom/trpc/server/routers/viewer/auth/util";
132132

133133
export { verifyCode as verifyCodeAuthenticated } from "@calcom/trpc/server/routers/viewer/organizations/verifyCode.handler";
134134

0 commit comments

Comments
 (0)