-
In LoginController for example i see this code in the method loginView https://github.com/codeigniter4/shield/blob/develop/src/Controllers/LoginController.php#L42 $authenticator = auth('session')->getAuthenticator();
// If an action has been defined, start it up.
if ($authenticator->hasAction()) {
return redirect()->route('auth-action-show');
} the same in RegisterController in registerView. But in MagicLinkController only in verify method, not in loginView. is it a wrong behavior? Or i have a mistake im my head. |
Beta Was this translation helpful? Give feedback.
Answered by
kenjis
Jan 25, 2024
Replies: 1 comment 6 replies
-
What's your issue? |
Beta Was this translation helpful? Give feedback.
6 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
I don't see any problem. What's wrong with it?