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

add login module #314

Open
wants to merge 6 commits into
base: master
Choose a base branch
from
Open

add login module #314

wants to merge 6 commits into from

Conversation

corgiboygsj
Copy link
Member

No description provided.

servletResponse.setContentType(MediaType.APPLICATION_JSON);

try (PrintWriter writer = servletResponse.getWriter()) {
writer.print(JsonUtil.toJson(response));
Copy link
Collaborator

Choose a reason for hiding this comment

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

seems can call servletResponse.sendError()

Copy link
Member Author

Choose a reason for hiding this comment

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

not have this api

@github-actions
Copy link

github-actions bot commented Aug 6, 2021

Due to the lack of activity, the current pr is marked as stale and will be closed after 180 days, any update will remove the stale label

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants