We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9a0c014 commit 37a8f4eCopy full SHA for 37a8f4e
src/Livewire/TwoFactorAuthentication/WebauthnKey.php
@@ -66,8 +66,8 @@ public function webauthnKey(): ?WebauthnKeyModel
66
public function render(): string
67
{
68
return <<<'HTML'
69
- <div @class(['hidden' => ! $this->webauthnKey])>
70
- @if ($this->webauthnKey)
+ <div @class(['hidden' => ! $this->id])>
+ @if ($this->id)
71
<div class="py-3 flex justify-between items-center gap-x-3">
72
<div>
73
0 commit comments