[Fix][ui]fix the letter case mistake#3760
Merged
Technoboy- merged 4 commits intoapache:devfrom Sep 18, 2020
Merged
Conversation
apache#3722 fix cannot change password on dev branch.
[Bug-3722][ui]fix cannot change password on dev branch.
apache#3722 Last pr, I made a letter case error that prevented the UI from triggering the request.
|
Kudos, SonarCloud Quality Gate passed!
|
Contributor
|
Please change title to [Fix][ui]fix the letter case mistake. |
Technoboy-
approved these changes
Sep 17, 2020
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
#3722


Last time, I made a letter case error that prevented the UI from triggering the change password request.
I wrote it as 'userinfo'
It should be 'userInfo'
I'm sorry for my mistake
上次提交的pr,我犯了一个字母大小写的错误,导致前端无法正常提交修改密码请求
本应该是'userInfo',我在提交时写成了'userinfo'
为我的过失表示抱歉