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

Create CsrfTokenClient and LoginClient by injection #5491

Merged
merged 1 commit into from
Jan 29, 2024

Conversation

psh
Copy link
Collaborator

@psh psh commented Jan 29, 2024

This PR relates to the discussion in #5165

Previous PRs moved the Csrf Token Client / Interface out of the data-client module along with the Login Client / Interface. This PR brings them into alignment with the rest of the app in terms of being created through dependency injection.

In the process, it was clear that the "wiki" parameter was being passed around but ultimately unused (except for a single verbose level log statement) so in the spirit of deleting dead code I removed that parameter.

@nicolas-raoul nicolas-raoul merged commit 84ffffb into commons-app:main Jan 29, 2024
1 check passed
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