From c92f83e477aa85454689b41e77ea1c28d7389c2f Mon Sep 17 00:00:00 2001 From: Max Goedjen Date: Thu, 24 Feb 2022 22:45:35 -0800 Subject: [PATCH] Update preview store --- Sources/Secretive/Preview Content/PreviewStore.swift | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/Sources/Secretive/Preview Content/PreviewStore.swift b/Sources/Secretive/Preview Content/PreviewStore.swift index 85dc347..a557f36 100644 --- a/Sources/Secretive/Preview Content/PreviewStore.swift +++ b/Sources/Secretive/Preview Content/PreviewStore.swift @@ -40,6 +40,10 @@ extension Preview { return data } + func existingPersistedAuthenticationContext(secret: Preview.Secret) -> PersistedAuthenticationContext? { + nil + } + func persistAuthentication(secret: Preview.Secret, forDuration duration: TimeInterval) throws { }