diff --git a/Sources/Secretive/Preview Content/PreviewStore.swift b/Sources/Secretive/Preview Content/PreviewStore.swift index a557f36..839273e 100644 --- a/Sources/Secretive/Preview Content/PreviewStore.swift +++ b/Sources/Secretive/Preview Content/PreviewStore.swift @@ -47,6 +47,9 @@ extension Preview { func persistAuthentication(secret: Preview.Secret, forDuration duration: TimeInterval) throws { } + func reloadSecrets() { + } + } class StoreModifiable: Store, SecretStoreModifiable {