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.
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:
Doing some debugging, if i set as default the
admin
panel, it works perfectly.