mirror of
https://github.com/henrygd/beszel.git
synced 2025-12-17 10:46:16 +01:00
before conversion to react
This commit is contained in:
@@ -12,3 +12,5 @@ export const $authenticated = atom(pb.authStore.isValid)
|
||||
pb.authStore.onChange(() => {
|
||||
$authenticated.set(pb.authStore.isValid)
|
||||
})
|
||||
|
||||
export const $publicKey = atom('')
|
||||
|
||||
Reference in New Issue
Block a user