Revert "Switch to new logger api"

This reverts commit 264b584d34.
This commit is contained in:
Max Goedjen
2020-09-20 18:34:07 -07:00
parent 84e5b16954
commit 5d2ebd6c5f
4 changed files with 19 additions and 19 deletions

View File

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