From 001191cba6e12301787743f3b7e1500bdeed77cf Mon Sep 17 00:00:00 2001 From: nihonium Date: Tue, 20 Jan 2026 21:27:44 +0300 Subject: [PATCH] fix: retry logic --- cmd/authapp/main.go | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/cmd/authapp/main.go b/cmd/authapp/main.go index 182a4ff..11a1daf 100644 --- a/cmd/authapp/main.go +++ b/cmd/authapp/main.go @@ -79,8 +79,8 @@ func main() { } // Предложение очистки формы (логическое) - if ui.AskReset() { - continue + if !ui.AskReset() { + break } }