mirror of
https://github.com/OpenSignLabs/OpenSign.git
synced 2026-08-21 07:02:32 +02:00
refactor code
This commit is contained in:
@@ -231,7 +231,9 @@ const RecipientList = (props) => {
|
||||
</>
|
||||
)}
|
||||
{obj.Name && (
|
||||
<span className={"useEmail"}>{obj?.Role || obj.Email}</span>
|
||||
<span className={"useEmail"}>
|
||||
{obj?.Role || obj?.Email}
|
||||
</span>
|
||||
)}
|
||||
</div>
|
||||
</div>
|
||||
|
||||
@@ -295,7 +295,7 @@ const HomeLayout = () => {
|
||||
) : (
|
||||
<ModalUi title={"Session Expired"} isOpen={true} showClose={false}>
|
||||
<div className="flex flex-col justify-center items-center py-4 md:py-5 gap-5">
|
||||
{/* <p className="text-xl font-normal">Your session has expired.</p> */}
|
||||
<p className="text-xl font-normal">Your session has expired.</p>
|
||||
<button
|
||||
onClick={handleLoginBtn}
|
||||
className="text-base px-3 py-1.5 rounded shadow-md text-white bg-[#1ab6ce]"
|
||||
|
||||
Reference in New Issue
Block a user