From 722056a7c81b9cb75c1a46446e7cddd2e9fb1dc3 Mon Sep 17 00:00:00 2001 From: HolgerHatGarKeineNode Date: Tue, 6 Jan 2026 14:36:23 +0100 Subject: [PATCH] =?UTF-8?q?=F0=9F=94=91=20Add=20new=20public=20key=20to=20?= =?UTF-8?q?admin=20allowed=20list=20for=20association=20members?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- resources/views/pages/association/members/admin.blade.php | 2 ++ 1 file changed, 2 insertions(+) diff --git a/resources/views/pages/association/members/admin.blade.php b/resources/views/pages/association/members/admin.blade.php index cfb554e..7629c13 100644 --- a/resources/views/pages/association/members/admin.blade.php +++ b/resources/views/pages/association/members/admin.blade.php @@ -32,6 +32,7 @@ mount(function () { '7acf30cf60b85c62b8f654556cc21e4016df8f5604b3b6892794f88bb80d7a1d', 'f240be2b684f85cc81566f2081386af81d7427ea86250c8bde6b7a8500c761ba', '19e358b8011f5f4fc653c565c6d4c2f33f32661f4f90982c9eedc292a8774ec3', + 'acbcec475a1a4f9481939ecfbd1c3d111f5b5a474a39ae039bbc720fdd305bec', ]; if (in_array($this->currentPubkey, $allowedPubkeys, true)) { $this->isAllowed = true; @@ -58,6 +59,7 @@ on([ '7acf30cf60b85c62b8f654556cc21e4016df8f5604b3b6892794f88bb80d7a1d', 'f240be2b684f85cc81566f2081386af81d7427ea86250c8bde6b7a8500c761ba', '19e358b8011f5f4fc653c565c6d4c2f33f32661f4f90982c9eedc292a8774ec3', + 'acbcec475a1a4f9481939ecfbd1c3d111f5b5a474a39ae039bbc720fdd305bec', ]; if (in_array($this->currentPubkey, $allowedPubkeys, true)) { $this->isAllowed = true;