jeffgreco13 / filament-breezy

MIT License
717 stars 128 forks source link

Route for [admin/two-factor-authentication] has no action. when panel is not default #262

Open underdpt opened 11 months ago

underdpt commented 11 months ago

Hello,

I'm trying to enable 2fa on an app with two panels. I've started on the admin panel, which is not the default one. Configuring 2FA for the user works perfect, but when the user tries to login, instead of the 2FA code input page, it's shown the error:

Route for [admin/two-factor-authentication] has no action.

Doing some debugging, if i set as default the admin panel, it works perfectly.

underdpt commented 11 months ago

Ok, it seems that enabling 2FA on all panels does the trick.

If this is intended, or may take some time to fix, I would make a PR to state that on the docs.

iotron commented 6 months ago

Anu update on this?