updated logout modal message and added to reps

This commit is contained in:
2024-10-07 15:37:19 +01:00
parent 5eeb098ae0
commit a000c70243
12 changed files with 182 additions and 47 deletions
+6 -1
View File
@@ -4,7 +4,12 @@ const TimeoutModal = (props) => {
const { showModal, handleStayLoggedIn, remainingCountdown } = props;
return (
<div className={showModal == false ? "modal fade" : "modal fade show"}>
<div
className={showModal ? "modal fade show" : "modal fade"}
style={{
display: showModal ? "flex" : "none",
}}
>
{/* <div backdrop="static" className="modal-dialog"> */}
<div className="modal-dialog">
<div className="modal-content">