Skip to content

Commit

Permalink
Registration Success Issue Fix
Browse files Browse the repository at this point in the history
  • Loading branch information
Sowmya-Raghuram committed Jan 6, 2025
1 parent 5d04981 commit 3c6befb
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@ const RegFormSuccess = () => {
const navigate = useHistory();
const gotoHome = () => {
navigate.push("/vneedtypes")
window.location.reload();
}
const delayTime = 3000;
useEffect(() => {
Expand Down

0 comments on commit 3c6befb

Please sign in to comment.