Skip to content
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

#1234: Added logout functionality #394

Merged
merged 4 commits into from
Apr 29, 2024

Conversation

jekuaitk
Copy link
Collaborator

@jekuaitk jekuaitk requested a review from rimi-itk April 25, 2024 13:29
Comment on lines 101 to 103
return $this->render('default/index.html.twig', [
'controller_name' => 'DefaultController',
]);
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

You don't need this (cf. https://symfony.com/doc/5.x/security.html#logging-out) and why are you passing controller_name to the template?

Copy link
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Updated!

@jekuaitk jekuaitk requested a review from rimi-itk April 27, 2024 19:43
@jekuaitk jekuaitk merged commit 676696e into develop Apr 29, 2024
8 checks passed
@jekuaitk jekuaitk deleted the feature/SUPP0RT-1234-logout-functionality branch April 29, 2024 07:56
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants