authorize('secrets.manage'); } public function confirm(): void { $this->authorize('secrets.manage'); $this->dispatch('ssh-key-generate-confirmed'); $this->closeModal(); } public function render() { return view('livewire.admin.confirm-generate-ssh-key'); } }