Skip to content

Commit

Permalink
break cache
Browse files Browse the repository at this point in the history
  • Loading branch information
holic committed Nov 9, 2024
1 parent c1d240e commit c1ba62d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/entrykit/src/passkey/cache.ts
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ export const cache = createStore(
publicKeys: {},
activeCredential: null,
}),
{ name: "mud:passkey:cache" },
{ name: "mud:id:cache" },
),
);

Expand Down

0 comments on commit c1ba62d

Please sign in to comment.