2023-05-03 10:38:57 +00:00
|
|
|
<x-layout>
|
|
|
|
<h1>Private Key</h1>
|
2023-06-15 07:58:17 +00:00
|
|
|
<div class="pt-2 pb-10 text-sm">Sssh, it is private</div>
|
2023-05-03 12:24:18 +00:00
|
|
|
<livewire:private-key.change :private_key_uuid="$private_key->uuid" />
|
2023-05-03 10:38:57 +00:00
|
|
|
</x-layout>
|