diff --git a/src/features/authorize/ui/OAuth2LoginForm.tsx b/src/features/authorize/ui/OAuth2LoginForm.tsx index 35419f3..5b0afe9 100644 --- a/src/features/authorize/ui/OAuth2LoginForm.tsx +++ b/src/features/authorize/ui/OAuth2LoginForm.tsx @@ -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(); };