updated logout modal message and added to reps
This commit is contained in:
@@ -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">
|
||||
|
||||
Reference in New Issue
Block a user