patch terms flag
This commit is contained in:
parent
85fb780c96
commit
52cf7e3b1c
@ -148,6 +148,7 @@ struct LoginView: View {
|
||||
// Кнопка регистрации
|
||||
Button(action: {
|
||||
isShowingRegistration = true
|
||||
viewModel.hasAcceptedTerms = false
|
||||
}) {
|
||||
Text(NSLocalizedString("Нет аккаунта? Регистрация", comment: "Регистрация"))
|
||||
.foregroundColor(.blue)
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user