diff --git a/Secretive/Views/CreateSecretView.swift b/Secretive/Views/CreateSecretView.swift index 3205fef..e70697b 100644 --- a/Secretive/Views/CreateSecretView.swift +++ b/Secretive/Views/CreateSecretView.swift @@ -27,7 +27,7 @@ struct CreateSecretView: View { } HStack { VStack(spacing: 20) { - Picker("Authentication", selection: $requiresAuthentication) { + Picker("", selection: $requiresAuthentication) { Text("Required (Biometrics or Password) before each use").tag(true) Text("Not required when Mac is unlocked").tag(false) }