diff --git a/client/public/index.html b/client/public/index.html index aa069f2..341c2ca 100644 --- a/client/public/index.html +++ b/client/public/index.html @@ -24,7 +24,7 @@ work correctly both with client-side routing and a non-root public URL. Learn how to configure a non-root public URL by running `npm run build`. --> - React App + LOR-CHARUSAT diff --git a/client/src/components/DynamicForm/FacultyForm.js b/client/src/components/DynamicForm/FacultyForm.js index db7b6fd..c210c8a 100644 --- a/client/src/components/DynamicForm/FacultyForm.js +++ b/client/src/components/DynamicForm/FacultyForm.js @@ -44,7 +44,7 @@ export default class FacultyForm extends React.Component { facultyEmailId: "", lor: "", }; - + items.push(item); this.setState({ items: items }); diff --git a/client/src/views/Auth/Login/ForgotPassword.js b/client/src/views/Auth/Login/ForgotPassword.js index 491ed27..5a848e2 100644 --- a/client/src/views/Auth/Login/ForgotPassword.js +++ b/client/src/views/Auth/Login/ForgotPassword.js @@ -1,8 +1,8 @@ -import React,{useState} from "react"; +import React, { useState } from "react"; import { Link } from "react-router-dom"; export default function Login() { - const [Email, setEmail] = useState("*******@gmail.com") + const [Email, setEmail] = useState("*******@gmail.com"); return ( <>
@@ -10,7 +10,7 @@ export default function Login() {
-
+
We need to verify your Identity
@@ -19,45 +19,48 @@ export default function Login() {
-
- - Email to {Email} +
+ + +
- - - - - - -
-
diff --git a/client/src/views/Auth/Login/ResetPassword.js b/client/src/views/Auth/Login/ResetPassword.js index b60350f..bccb43f 100644 --- a/client/src/views/Auth/Login/ResetPassword.js +++ b/client/src/views/Auth/Login/ResetPassword.js @@ -1,8 +1,7 @@ -import React,{useState} from "react"; +import React, { useState } from "react"; import { Link } from "react-router-dom"; export default function ResetPassword() { - return ( <>
@@ -10,7 +9,7 @@ export default function ResetPassword() {
-
+
Reset Password
@@ -19,10 +18,7 @@ export default function ResetPassword() {
-
- -
-
- - - -
-
diff --git a/client/src/views/Auth/Login/getCode.js b/client/src/views/Auth/Login/getCode.js index eb071c8..b090e05 100644 --- a/client/src/views/Auth/Login/getCode.js +++ b/client/src/views/Auth/Login/getCode.js @@ -1,8 +1,8 @@ -import React,{useState} from "react"; +import React, { useState } from "react"; import { Link } from "react-router-dom"; export default function GetCode() { - const [Email, setEmail] = useState("*******@gmail.com") + const [Email, setEmail] = useState("*******@gmail.com"); return ( <>
@@ -10,7 +10,7 @@ export default function GetCode() {
-
+
Verify your identity
@@ -19,19 +19,16 @@ export default function GetCode() {
-
- - -
- -
+
+ +
- - - - -
-
diff --git a/client/src/views/Auth/Register/Captcha.js b/client/src/views/Auth/Register/Captcha.js index 150336a..2a24cfc 100644 --- a/client/src/views/Auth/Register/Captcha.js +++ b/client/src/views/Auth/Register/Captcha.js @@ -1,13 +1,12 @@ -import React,{useState} from "react"; +import React, { useState } from "react"; import { Link } from "react-router-dom"; import ReCAPTCHA from "react-google-recaptcha"; function onChange(value) { - console.log("Captcha value:", value) + console.log("Captcha value:", value); } export default function Captcha() { - return ( <>
@@ -15,7 +14,7 @@ export default function Captcha() {
-
+
One more step
@@ -24,10 +23,7 @@ export default function Captcha() {
-
- - {/*
*/} - - + +
- -
- + e.preventDefault()} + > + Privacy Policy + + + +
+
- - - - -
-
diff --git a/client/src/views/Auth/Register/PersonalDetails.js b/client/src/views/Auth/Register/PersonalDetails.js index 77d4d0e..18dfacf 100644 --- a/client/src/views/Auth/Register/PersonalDetails.js +++ b/client/src/views/Auth/Register/PersonalDetails.js @@ -9,7 +9,7 @@ export default function PersonalDetails() {
-
+
Personal Details
@@ -18,14 +18,13 @@ export default function PersonalDetails() {
-
- Department + Last Name
@@ -63,6 +62,20 @@ export default function PersonalDetails() {
+ + +
+ + {/*
+
*/}
- - - - -
diff --git a/client/src/views/Auth/Register/Register.js b/client/src/views/Auth/Register/Register.js index 47692de..7e1ad70 100644 --- a/client/src/views/Auth/Register/Register.js +++ b/client/src/views/Auth/Register/Register.js @@ -9,7 +9,7 @@ export default function Register() {
-
+
Create account
@@ -18,22 +18,21 @@ export default function Register() {
-
- -
+
- Student - + /> + Student - Faculty + /> + Faculty
@@ -51,32 +50,29 @@ export default function Register() {
- + + +
- Already member? - + Already member? + Login Here
- -
); } - diff --git a/client/src/views/Auth/Register/VerifyEmail.js b/client/src/views/Auth/Register/VerifyEmail.js index bbeb33a..fe4964b 100644 --- a/client/src/views/Auth/Register/VerifyEmail.js +++ b/client/src/views/Auth/Register/VerifyEmail.js @@ -1,8 +1,8 @@ -import React,{useState} from "react"; +import React, { useState } from "react"; import { Link } from "react-router-dom"; export default function VerifyEmail() { - const [Email, setEmail] = useState("*******@gmail.com") + const [Email, setEmail] = useState("*******@gmail.com"); return ( <>
@@ -10,7 +10,7 @@ export default function VerifyEmail() {
-
+
Verify your Email
@@ -19,19 +19,16 @@ export default function VerifyEmail() {
-
- - -
- -
+
+ +
- - -
-