-
Notifications
You must be signed in to change notification settings - Fork 2.1k
Move logout to controller #24056
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Move logout to controller #24056
Conversation
|
By analyzing the blame information on this pull request, we identified @bartv2, @MorrisJobke and @jakobsack to be potential reviewers |
| ['name' => 'avatar#getTmpAvatar', 'url' => '/avatar/tmp', 'verb' => 'GET'], | ||
| ['name' => 'avatar#postAvatar', 'url' => '/avatar/', 'verb' => 'POST'], | ||
| ['name' => 'login#showLoginForm', 'url' => '/login', 'verb' => 'GET'], | ||
| ['name' => 'login#logout', 'url' => '/logout', 'verb' => 'GET'], |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
😄
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
😉 😜
|
@LukasReschke I noticed #24057 while testing this. Maybe @DeepDiver1975 could comment on this. |
Testable code. Yay.
08f0f2c to
8222ad5
Compare
|
Testable code!!! 👯 |
This is addressed in a separate PR. 👍 for this PR |
|
This thread has been automatically locked since there has not been any recent activity after it was closed. Please open a new issue for related bugs. |
Testable code. Yay.
cc @blizzz @rullzer