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
Does it cause problems for you? I wonder what error do you see in your code if you don't have that Response return type specified?
In theory, we extend AbstractController that does not have login(), so login() is your personal method and should not require Response return type (though agree, the system requires so that a Reponse object to be returned, but that's a different case and you may totally miss it, i.e. do not specify Response as a return type).
Could you explain your problem a bit more and give us a more context, please?
Update the tutorial The Login Form for Return type declarations.
In fact, a Response declaration type is required.
How to Build a Login Form
The text was updated successfully, but these errors were encountered: