forked from CSI-KJSCE/BOS-React-
Update server and frontend files, add new uploads
This commit is contained in:
@@ -3,6 +3,7 @@ import { useNavigate } from 'react-router-dom';
|
||||
import { GoogleLogin } from '@react-oauth/google'; // Import GoogleLogin component
|
||||
import { getAuth, signInWithEmailAndPassword, signInWithPopup, GoogleAuthProvider } from 'firebase/auth'; // Firebase authentication methods
|
||||
import './Page1.css';
|
||||
import image from './components/image.png';
|
||||
|
||||
// Firebase configuration
|
||||
import { initializeApp } from 'firebase/app';
|
||||
@@ -118,7 +119,7 @@ const Page1 = () => {
|
||||
return (
|
||||
<div className="wrapper">
|
||||
<form id="login-form" onSubmit={handleLogin}>
|
||||
<img src="../src/image.png" alt="Responsive" className="responsive-image" />
|
||||
<img src={image} alt="Responsive" className="responsive-image" />
|
||||
<h2>Board Of Studies</h2>
|
||||
|
||||
<div className="input-box">
|
||||
|
||||
Reference in New Issue
Block a user