mirror of
https://github.com/maxgoedjen/secretive.git
synced 2026-03-05 09:24:49 +01:00
Change host and signing
This commit is contained in:
@@ -32,9 +32,9 @@ struct ContentView<StoreType: SecretStore>: View {
|
||||
}
|
||||
|
||||
}
|
||||
|
||||
struct ContentView_Previews: PreviewProvider {
|
||||
static var previews: some View {
|
||||
ContentView(store: Preview.Store(numberOfRandomSecrets: 10))
|
||||
}
|
||||
}
|
||||
//
|
||||
//struct ContentView_Previews: PreviewProvider {
|
||||
// static var previews: some View {
|
||||
// ContentView(store: Preview.Store(numberOfRandomSecrets: 10))
|
||||
// }
|
||||
//}
|
||||
|
||||
@@ -15,7 +15,7 @@ struct CreateSecureEnclaveSecretView: View {
|
||||
Section(header: Text("Secret Name")) {
|
||||
TextField("Name", text: $name)
|
||||
}
|
||||
Section(header: Text("Authentication")) {
|
||||
Section {
|
||||
Toggle(isOn: $requiresAuthentication) {
|
||||
Text("Requires Authentication (Biometrics or Password)")
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user