You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I had created myself a new class which extends Jeffgreco13\FilamentBreezy\Livewire\TwoFactorAuthentication, reassigned $view to mine and added 'two_factor_authentication' => MyTwoFactorAuthentication::class, line while configuring panel.
But after any actions with form it's refreshing to previous parent component's view.
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
Hello!
I had created myself a new class which extends
Jeffgreco13\FilamentBreezy\Livewire\TwoFactorAuthentication
, reassigned$view
to mine and added'two_factor_authentication' => MyTwoFactorAuthentication::class,
line while configuring panel.But after any actions with form it's refreshing to previous parent component's view.
How it can be solved?
Beta Was this translation helpful? Give feedback.
All reactions