Skip to content

Commit 44c3082

Browse files
Update videos-single-view.tsx
1 parent cb302a9 commit 44c3082

1 file changed

Lines changed: 0 additions & 5 deletions

File tree

apps/web/modules/videos/views/videos-single-view.tsx

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -118,11 +118,6 @@ export default function JoinCall(props: PageProps) {
118118
);
119119

120120
useEffect(() => {
121-
if (window.location.search.includes("callbackUrl")){
122-
window.location.reload();
123-
return;
124-
}
125-
126121
if (displayLogInOverlay && !loggedInUserName && !overrideName && !isUserNameConfirmed) {
127122
return;
128123
}

0 commit comments

Comments
 (0)