Skip to content

Commit af5274c

Browse files
authored
Merge branch 'development' into trilliumsmith/prod-project-clone
2 parents c828a8d + 254529a commit af5274c

File tree

1 file changed

+0
-13
lines changed

1 file changed

+0
-13
lines changed

client/src/components/auth/HandleAuth.jsx

Lines changed: 0 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -41,19 +41,6 @@ const HandleAuth = (props) => {
4141
setIsLoaded(true);
4242
}, [isMagicLinkValid, setIsLoaded, auth]);
4343

44-
// const Delayed = ({ children, waitBeforeShow = 500 }) => {
45-
// const [isShown, setIsShown] = useState(false);
46-
// useEffect(() => {
47-
// const timer = setTimeout(() => {
48-
// setIsShown(true);
49-
// }, waitBeforeShow);
50-
51-
// return () => clearTimeout(timer);
52-
// }, [waitBeforeShow]);
53-
54-
// return isShown ? children : null;
55-
// };
56-
5744
useEffect(() => {
5845
if (!isLoaded) {
5946
const timer = setTimeout(() => {

0 commit comments

Comments
 (0)