Skip to content

Commit 6797bac

Browse files
Update cli/src/hooks/use-login-polling.ts
Co-authored-by: greptile-apps[bot] <165735046+greptile-apps[bot]@users.noreply.github.com>
1 parent 9e40387 commit 6797bac

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

cli/src/hooks/use-login-polling.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ export function useLoginPolling({
5252
// fingerprintHash only becomes non-null after the login-URL mutation
5353
// succeeds, and that path always sets fingerprintId first — so gating
5454
// on fingerprintHash implicitly gates on fingerprintId.
55-
if (!loginUrl || !fingerprintHash || !expiresAt || !isWaitingForEnter) {
55+
if (!loginUrl || !fingerprintId || !fingerprintHash || !expiresAt || !isWaitingForEnter) {
5656
return
5757
}
5858

0 commit comments

Comments
 (0)