before conversion to react

This commit is contained in:
Henry Dollman
2024-07-09 22:18:49 -04:00
parent 03755ad85f
commit 41f5b2a49f
7 changed files with 98 additions and 7 deletions

View File

@@ -12,3 +12,5 @@ export const $authenticated = atom(pb.authStore.isValid)
pb.authStore.onChange(() => {
$authenticated.set(pb.authStore.isValid)
})
export const $publicKey = atom('')