done
This commit is contained in:
parent
16cec1cf24
commit
b2b9b48fca
File diff suppressed because one or more lines are too long
|
@ -27,7 +27,7 @@
|
||||||
<link rel="stylesheet" href="https://netdna.bootstrapcdn.com/font-awesome/4.0.3/css/font-awesome.css">
|
<link rel="stylesheet" href="https://netdna.bootstrapcdn.com/font-awesome/4.0.3/css/font-awesome.css">
|
||||||
<!-- fonts -->
|
<!-- fonts -->
|
||||||
<link href="https://fonts.googleapis.com/css2?family=Raleway:wght@400;500;600;800&family=Sen:wght@400;700;800&display=swap" rel="stylesheet">
|
<link href="https://fonts.googleapis.com/css2?family=Raleway:wght@400;500;600;800&family=Sen:wght@400;700;800&display=swap" rel="stylesheet">
|
||||||
<script type="module" crossorigin src="/assets/index-CNAEOA4q.js"></script>
|
<script type="module" crossorigin src="/assets/index-DbUVEFXC.js"></script>
|
||||||
<link rel="stylesheet" crossorigin href="/assets/index-CyAHZLBw.css">
|
<link rel="stylesheet" crossorigin href="/assets/index-CyAHZLBw.css">
|
||||||
</head>
|
</head>
|
||||||
|
|
||||||
|
|
|
@ -1,4 +1,4 @@
|
||||||
import { useEffect } from "react";
|
import { useEffect } from "react";
|
||||||
import { useParams } from "react-router-dom";
|
import { useParams } from "react-router-dom";
|
||||||
import { NavLink } from "react-router-dom";
|
import { NavLink } from "react-router-dom";
|
||||||
import { useDispatch } from "react-redux";
|
import { useDispatch } from "react-redux";
|
||||||
|
@ -16,53 +16,28 @@ const VerifyUser = () => {
|
||||||
}, [dispatch, id, token]);
|
}, [dispatch, id, token]);
|
||||||
|
|
||||||
return (
|
return (
|
||||||
<div>
|
<>
|
||||||
<Navbar />
|
<Navbar />
|
||||||
<br />
|
<br />
|
||||||
<br />
|
<br />
|
||||||
<br />
|
<br />
|
||||||
|
<br />
|
||||||
|
<br />
|
||||||
|
<br />
|
||||||
<section className="card mb-0 vh-100">
|
|
||||||
<div className="container py-10 h-100">
|
|
||||||
<div className="row d-flex align-items-center justify-content-center h-100">
|
|
||||||
<div className="col-md-10 col-lg-5 col-xl-5 offset-xl-1 card mb-10">
|
|
||||||
<h3 className="card-header" style={{ color: '#F74B02' }}>
|
|
||||||
<span className="pi pi-verified" style={{ color: '#0ACFB2' }}> </span> {" "}
|
|
||||||
Email verified successfully !!!
|
|
||||||
</h3>
|
|
||||||
<br />
|
|
||||||
<p className="card-title text-center">
|
|
||||||
|
|
||||||
|
|
||||||
<NavLink
|
<p className="lead mb-5">Email verified successfully !!!</p>
|
||||||
to="/login"
|
|
||||||
className="glightbox play-btn mb-4"
|
|
||||||
> Please
|
|
||||||
|
|
||||||
<span style={{ color: '#F74B02' }}> login </span> {" "}
|
|
||||||
|
|
||||||
to access and start publishing your articles ...</NavLink>
|
|
||||||
|
|
||||||
</p>
|
<p className="card-title text-center">
|
||||||
|
<NavLink to="/login" className="glightbox play-btn mb-4">
|
||||||
|
{" "}
|
||||||
|
Please
|
||||||
|
<span style={{ color: "#F74B02" }}> login </span> {" "}
|
||||||
|
to access ...
|
||||||
|
</NavLink>
|
||||||
|
</p>
|
||||||
|
|
||||||
<div
|
|
||||||
style={{ display: "flex", flexDirection: "column", alignItems: "center" }}
|
|
||||||
className="container d-flex align-items-center justify-content-center vh-50"
|
|
||||||
>
|
|
||||||
|
|
||||||
|
|
||||||
</div>
|
|
||||||
|
|
||||||
</div>
|
|
||||||
</div>
|
|
||||||
</div>
|
|
||||||
</section>
|
|
||||||
|
|
||||||
<Footer />
|
<Footer />
|
||||||
</div>
|
</>
|
||||||
);
|
);
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue