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