diff --git a/app/login/page.tsx b/app/login/page.tsx index 2336126..db10df9 100644 --- a/app/login/page.tsx +++ b/app/login/page.tsx @@ -1,5 +1,6 @@ "use client"; import React, { useState } from 'react'; +import { signIn } from "next-auth/react"; // --- Custom Icon Components (No installation needed!) --- const FlaskIcon = ({ size = 24, className = "" }) => ( @@ -111,6 +112,7 @@ export default function SignInPage() { {/* SSO Sign In Button */}