One Calendar is a privacy-first calendar web app built with Next.js. It has modern security features, including e2ee, password-protected sharing, and self-destructing share links ๐Ÿ“… calendar.xyehr.cn
5
fork

Configure Feed

Select the types of activity you want to include in your feed.

fix: remove unused import

authored by

Evan Huang and committed by
GitHub
b4f09e89 ea5a79fd

-1
-1
app/(auth)/sign-in/sso-callback/page.tsx
··· 1 1 'use client'; 2 2 3 3 import { AuthenticateWithRedirectCallback } from '@clerk/nextjs'; 4 - import { useEffect } from 'react'; 5 4 6 5 export default function SSOSignInCallback() { 7 6 return <AuthenticateWithRedirectCallback />;