diff --git a/.env.example b/.env.example index f8334410..3c244178 100644 --- a/.env.example +++ b/.env.example @@ -15,6 +15,8 @@ NEXTAUTH_SECRET="your-super-secret-key-change-in-production" # AZURE_AD_TENANT_ID="" # GITHUB_CLIENT_ID=your_client_id # GITHUB_CLIENT_SECRET=your_client_secret + +# Run `npx auth add apple` to generate the secret, follow the instructions in the prompt # AUTH_APPLE_ID="" # AUTH_APPLE_SECRET="" diff --git a/src/app/page.tsx b/src/app/page.tsx index 0f5d54f6..cd35dee8 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -1,7 +1,7 @@ import Link from "next/link"; import Image from "next/image"; import { getTranslations } from "next-intl/server"; -import { ArrowRight, Star, Heart, Trophy, Users, HeartHandshake, Code, Lock, Building2, Github, GraduationCap } from "lucide-react"; +import { ArrowRight, Star, Heart, Trophy, Users, HeartHandshake, Code, Lock, Building2, Github, GraduationCap, LogIn } from "lucide-react"; import { auth } from "@/lib/auth"; import { getConfig } from "@/lib/config"; import { Button } from "@/components/ui/button"; @@ -149,6 +149,7 @@ export default async function HomePage() { {showRegisterButton && (