Slightly better screen gater

This commit is contained in:
Eric Bailey
2025-06-26 20:57:51 -05:00
parent 13daf12c0c
commit 1a13016d5e
3 changed files with 52 additions and 9 deletions
+1 -1
View File
@@ -77,7 +77,7 @@ export function Provider({children}: {children: React.ReactNode}) {
(() => ({
data: {
lastInitiatedAt: new Date().toISOString(),
status: 'assured',
status: 'unknown',
} as TempAgeAssuranceState,
}))(),
)