patch terms flag

This commit is contained in:
cheykrym 2025-10-23 19:22:40 +03:00
parent 85fb780c96
commit 52cf7e3b1c

View File

@ -148,6 +148,7 @@ struct LoginView: View {
// Кнопка регистрации
Button(action: {
isShowingRegistration = true
viewModel.hasAcceptedTerms = false
}) {
Text(NSLocalizedString("Нет аккаунта? Регистрация", comment: "Регистрация"))
.foregroundColor(.blue)