Files
427e7578-d7bf-49c8-aee9-2dd…/app/composables/user.ts
1ynx bc5e2eead8 + create user with public/private key
+ sign and verify votes and prevent unverified updates
2026-04-04 22:36:17 +02:00

2 lines
55 B
TypeScript

export const user = (user: Ref<UserData | null>) => {
}