Skip to content

Commit

Permalink
chore: fix comment
Browse files Browse the repository at this point in the history
  • Loading branch information
Danyil Primierov committed Dec 18, 2024
1 parent 1d4e584 commit 6104383
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/features/authorize/ui/OAuth2LoginForm.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ function OAuth2LoginForm({ queueToken, onBack }: { queueToken: string; onBack: (
});
}

// Just send the signal
// Send a signal that the username is chosen and proceed to the next step
sendSignalAndProceedToNextStep();
};

Expand Down

0 comments on commit 6104383

Please sign in to comment.