reser pwd second phase implemented

This commit was merged in pull request #379.
This commit is contained in:
victorAnumudu
2023-08-05 15:12:46 +01:00
parent fc09771b8d
commit 6a34ca6c18
3 changed files with 44 additions and 50 deletions
@@ -1,6 +1,8 @@
import React from 'react'
import { useNavigate } from 'react-router-dom'
const ForgetPwdResponse = ({title, message, type}) => {
const navigate = useNavigate()
return (
<>
<div className="title-area flex flex-col justify-center items-center relative text-center mb-7">