mirror of
https://github.com/HolgerHatGarKeineNode/einundzwanzig-nostr.git
synced 2025-12-14 06:36:46 +00:00
✨ feat(election): add access control for election details and voting options based on user permissions.
This commit is contained in:
@@ -1,6 +1,5 @@
|
||||
export default (livewireComponent) => ({
|
||||
|
||||
isAllowed: livewireComponent.entangle('isAllowed', true),
|
||||
signThisEvent: livewireComponent.entangle('signThisEvent'),
|
||||
showLog: livewireComponent.entangle('showLog', true),
|
||||
|
||||
|
||||
Reference in New Issue
Block a user