This commit is contained in:
Andras Bacsai
2023-06-15 15:38:15 +02:00
parent c9c56c915c
commit f828cd813b
7 changed files with 82 additions and 36 deletions

View File

@@ -1,5 +1,4 @@
<x-layout>
<h1>Private Key</h1>
<div class="pt-2 pb-10 text-sm">Sssh, it is private</div>
<livewire:private-key.change :private_key_uuid="$private_key->uuid" />
</x-layout>