Removed useless empty line
This commit is contained in:
parent
8ed16cf7d2
commit
f053a4a55f
|
@ -38,7 +38,6 @@ struct AddAccountDialog: View {
|
|||
|
||||
Section {
|
||||
LabelledUIKitTextField(label: "Online banking login name", text: $customerId, placeholder: "Enter Online banking login name",
|
||||
|
||||
focusNextTextFieldOnReturnKeyPress: true, actionOnReturnKeyPress: handleReturnKeyPress)
|
||||
|
||||
LabelledUIKitTextField(label: "Online banking login password", text: $password, placeholder: "Enter Online banking login password",
|
||||
|
|
Loading…
Reference in New Issue