From 610438381191e4c196d1e1b22d8cd8ce8fedccb8 Mon Sep 17 00:00:00 2001 From: Danyil Primierov Date: Wed, 18 Dec 2024 15:19:41 +0200 Subject: [PATCH] chore: fix comment --- src/features/authorize/ui/OAuth2LoginForm.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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(); };