Switch to new logger api

This commit is contained in:
Max Goedjen
2020-09-10 23:59:33 -07:00
parent 4520fc2fa6
commit 264b584d34
4 changed files with 19 additions and 19 deletions

View File

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