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 } }