From 52cf7e3b1c2406d6cb4c9a2a775be274c39e2270 Mon Sep 17 00:00:00 2001 From: cheykrym Date: Thu, 23 Oct 2025 19:22:40 +0300 Subject: [PATCH] patch terms flag --- yobble/Views/Login/LoginView.swift | 1 + 1 file changed, 1 insertion(+) diff --git a/yobble/Views/Login/LoginView.swift b/yobble/Views/Login/LoginView.swift index 756f8e5..625b128 100644 --- a/yobble/Views/Login/LoginView.swift +++ b/yobble/Views/Login/LoginView.swift @@ -148,6 +148,7 @@ struct LoginView: View { // Кнопка регистрации Button(action: { isShowingRegistration = true + viewModel.hasAcceptedTerms = false }) { Text(NSLocalizedString("Нет аккаунта? Регистрация", comment: "Регистрация")) .foregroundColor(.blue)