Skip to content

Commit 21b38d0

Browse files
committed
removed unused line
1 parent b1565cf commit 21b38d0

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/auth-utils/useAuthRedirect.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,6 @@ export default function useAuthRedirect() {
2020
willRedirect.value = true;
2121
// start the countdown
2222
setTimeout(() => {
23-
window.location.href
2423
window.location.href = redirectUrl;
2524
} , duration.value);
2625

0 commit comments

Comments
 (0)