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: delete atproto login page

authored by

Evan Huang and committed by
GitHub
107b8ad5 d984d07e

-5
-5
app/(auth)/at-oauth/page.tsx
··· 1 - import { redirect } from "next/navigation"; 2 - 3 - export default function AtprotoLoginPage() { 4 - redirect("/sign-in"); 5 - }