Skip to content

Commit

Permalink
debug
Browse files Browse the repository at this point in the history
  • Loading branch information
shihjay2 committed Oct 5, 2024
1 parent 21b7381 commit d42e53b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions components/magicLink/login.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -125,6 +125,7 @@ export default function Login({ challenge, clinical=false, authonly=false, clien
}
console.log('registering passkey now...');
let window_check = false;
console.log(isVisible)
while (!window_check) {
await sleep(2);
if (isVisible) {
Expand Down

0 comments on commit d42e53b

Please sign in to comment.