Resource conserved in the frontend login

This commit is contained in:
Sidharth Prabhu
2026-08-04 14:05:42 +05:30
parent c1b6d7a7cb
commit d07ae358eb
7 changed files with 19 additions and 32 deletions

Binary file not shown.

Before

Width:  |  Height:  |  Size: 371 KiB

View File

@@ -3,7 +3,7 @@ import { useNavigate } from 'react-router-dom';
import { Lock } from 'lucide-react';
import { useAuth } from '../contexts/AuthContext';
import tilloLogo from '../assets/Tillo.png';
import ritLogo from '../assets/RIT_Logo.png';
import ritLogo from '../assets/RIT_Logo.webp';
import { auth, googleProvider } from '../firebase';
import { signInWithPopup } from 'firebase/auth';
import './LoginScreen.css';