import { Button } from '@workspace/ui/components/button'; import { signIn } from '@/auth'; async function logIn() { 'use server'; await signIn('google', { redirectTo: '/' }); } export default async function Page() { return (
Sign in to manage placements and students
Empower your journey. Shape the future.