stephenjude / filament-two-factor-authentication

Add two factor authentication (2FA) to Filament panels.
MIT License
34 stars 7 forks source link

[Bug]: Links on bottom of livewire view #11

Open tonypartridge opened 1 week ago

tonypartridge commented 1 week ago

What happened?

Links show below

How to reproduce the bug

Embedding the Livewire component as per the docs with:

    @livewire(\Stephenjude\FilamentTwoFactorAuthentication\Livewire\TwoFactorAuthentication::class)

Shows the dashboard and logout links.

Package Version

0.0.8

PHP Version

8.3.13

Laravel Version

11.30.0

Which operating systems does with happen with?

No response

Notes

We need to condition this into the rendering of the component, or split them out.

stephenjude commented 1 week ago

Those should only be displayed on the setup page. Any idea @elishaukpong ?