coolify/resources/views/security/private-key/show.blade.php

5 lines
113 B
PHP
Raw Normal View History

2023-05-03 12:38:57 +02:00
<x-layout>
2023-09-04 09:44:44 +02:00
<x-security.navbar />
2023-08-11 20:19:42 +02:00
<livewire:private-key.change :private_key="$private_key" />
2023-05-03 12:38:57 +02:00
</x-layout>