diff --git a/damus/Views/CreateAccountView.swift b/damus/Views/CreateAccountView.swift index 9521e450..50c7326a 100644 --- a/damus/Views/CreateAccountView.swift +++ b/damus/Views/CreateAccountView.swift @@ -47,6 +47,7 @@ struct CreateAccountView: View { .padding(.leading, -25.0) FormTextInput("satoshi", text: $account.nick_name) + .autocorrectionDisabled(true) .textInputAutocapitalization(.never) }