Better placeholder

This commit is contained in:
Max Goedjen 2020-03-11 22:17:35 -07:00
parent caf4c81d18
commit b957d47c08
No known key found for this signature in database
GPG Key ID: E58C21DD77B9B8E8
1 changed files with 1 additions and 1 deletions

View File

@ -24,7 +24,7 @@ struct CreateSecretView: View {
}
HStack {
Text("Name:")
TextField("Name", text: $name)
TextField("Shhhhh", text: $name)
}
HStack {
Toggle(isOn: $requiresAuthentication) {